Html Css Color HEX #BB6F33 Meteor

📋 copy color: '#BB6F33'

red 187 ◦ green 111 ◦ blue 51

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

Shades of Meteor #BB6F33

Tints of Meteor #BB6F33

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.81%

 BLUE value IS 51 (20.31% from 255) = 14.61%

R = 53.58%
G = 31.81%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB6F33 (or 0xBB6F33) is known color: Meteor. HEX triplet: BB, 6F and 33. RGB value is (187,111,51). Sum of RGB (Red+Green+Blue) = 187+111+51=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6F33 is #4490CC. Grayscale: #7F7F7F. Windows color (decimal): -4493517 or 3370939. OLE color: 3370939.

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

Color convert

RGB 187 111 51 -
CMYK 0 0.41 0.73 0.27
HSL 26.47º 0.57% 0.47% -
HSV(B) 26.47º 0.73% 0.73% -
XYZ 26.78 22.17 6 -
YUV 126.88 85.18 170.88 -
System Red Green Blue C M Y K H S L
Decimal 187 111 51 0 0.41 0.73 0.27 26.47 0.57 0.47
Hex BB 6F 33 0 29 49 1B 1A 39 2F
Octal 273 157 63 0 51 111 33 32 71 57
Binary 10111011 1101111 110011 0 101001 1001001 11011 11010 111001 101111

Color Harmonies of #BB6F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6F33

Black with #BB6F33

Text Example


Text Example

White with #BB6F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6F33; }

 p { color: rgb(187,111,51); }

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

background-color css

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

 a { background-color: rgb(187,111,51); }

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

border-color css

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

 span { border-color: rgb(187,111,51); }

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