Html Css Color HEX #BB6B32 Christine

📋 copy color: '#BB6B32'

red 187 ◦ green 107 ◦ blue 50

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

Shades of Christine #BB6B32

Tints of Christine #BB6B32

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.1%

 BLUE value IS 50 (19.92% from 255) = 14.53%

R = 54.36%
G = 31.1%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB6B32 (or 0xBB6B32) is known color: Christine. HEX triplet: BB, 6B and 32. RGB value is (187,107,50). Sum of RGB (Red+Green+Blue) = 187+107+50=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6B32 is #4494CD. Grayscale: #7C7C7C. Windows color (decimal): -4494542 or 3304379. OLE color: 3304379.

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

Color convert

RGB 187 107 50 -
CMYK 0 0.43 0.73 0.27
HSL 24.96º 0.58% 0.46% -
HSV(B) 24.96º 0.73% 0.73% -
XYZ 26.33 21.31 5.74 -
YUV 124.42 86 172.63 -
System Red Green Blue C M Y K H S L
Decimal 187 107 50 0 0.43 0.73 0.27 24.96 0.58 0.46
Hex BB 6B 32 0 2B 49 1B 19 3A 2E
Octal 273 153 62 0 53 111 33 31 72 56
Binary 10111011 1101011 110010 0 101011 1001001 11011 11001 111010 101110

Color Harmonies of #BB6B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6B32

Black with #BB6B32

Text Example


Text Example

White with #BB6B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6B32; }

 p { color: rgb(187,107,50); }

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

background-color css

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

 a { background-color: rgb(187,107,50); }

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

border-color css

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

 span { border-color: rgb(187,107,50); }

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