Html Css Color HEX #BB6E28 Meteor

📋 copy color: '#BB6E28'

red 187 ◦ green 110 ◦ blue 40

#BB6E28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteor #BB6E28

Tints of Meteor #BB6E28

RGB

 RED value IS 187 (73.44% from 255) = 55.49%

 GREEN value IS 110 (43.36% from 255) = 32.64%

 BLUE value IS 40 (16.02% from 255) = 11.87%

R = 55.49%
G = 32.64%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB6E28 (or 0xBB6E28) is known color: Meteor. HEX triplet: BB, 6E and 28. RGB value is (187,110,40). Sum of RGB (Red+Green+Blue) = 187+110+40=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6E28 is #4491D7. Grayscale: #7D7D7D. Windows color (decimal): -4493784 or 2649787. OLE color: 2649787.

HSL color Cylindrical-coordinate representation of color #BB6E28: hue angle of 28.57º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB6E28 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 110 40 -
CMYK 0 0.41 0.79 0.27
HSL 28.57º 0.65% 0.45% -
HSV(B) 28.57º 0.79% 0.73% -
XYZ 26.45 21.87 4.83 -
YUV 125.04 80.01 172.19 -
System Red Green Blue C M Y K H S L
Decimal 187 110 40 0 0.41 0.79 0.27 28.57 0.65 0.45
Hex BB 6E 28 0 29 4F 1B 1D 41 2D
Octal 273 156 50 0 51 117 33 35 101 55
Binary 10111011 1101110 101000 0 101001 1001111 11011 11101 1000001 101101

Color Harmonies of #BB6E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E28

Black with #BB6E28

Text Example


Text Example

White with #BB6E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E28; }

 p { color: rgb(187,110,40); }

 H1.HeaderClassName
 {
   color: #BB6E28;
 }
 .AnyTagClassName
 {
   color: #BB6E28;
 }
</style>

background-color css

<style>
 a { background-color: #BB6E28; }

 a { background-color: rgb(187,110,40); }

 div.DivClassName
 {
   background-color: #BB6E28;
 }
 .BgClassName
 {
   background-color: #BB6E28;
 }
</style>

border-color css

<style>
 span { border-color: #BB6E28; }

 span { border-color: rgb(187,110,40); }

 td.TdClassName
 {
   border-color: #BB6E28;
 }
 .TagClassName
 {
   border-color: #BB6E28;
 }
</style>