Html Css Color HEX #BB6432 Christine

📋 copy color: '#BB6432'

red 187 ◦ green 100 ◦ blue 50

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

Shades of Christine #BB6432

Tints of Christine #BB6432

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

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

R = 55.49%
G = 29.67%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB6432 (or 0xBB6432) is known color: Christine. HEX triplet: BB, 64 and 32. RGB value is (187,100,50). Sum of RGB (Red+Green+Blue) = 187+100+50=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6432 is #449BCD. Grayscale: #787878. Windows color (decimal): -4496334 or 3302587. OLE color: 3302587.

HSL color Cylindrical-coordinate representation of color #BB6432: hue angle of 21.9º 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 #BB6432 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 100 50 -
CMYK 0 0.47 0.73 0.27
HSL 21.9º 0.58% 0.46% -
HSV(B) 21.9º 0.73% 0.73% -
XYZ 25.63 19.91 5.51 -
YUV 120.31 88.32 175.57 -
System Red Green Blue C M Y K H S L
Decimal 187 100 50 0 0.47 0.73 0.27 21.9 0.58 0.46
Hex BB 64 32 0 2F 49 1B 16 3A 2E
Octal 273 144 62 0 57 111 33 26 72 56
Binary 10111011 1100100 110010 0 101111 1001001 11011 10110 111010 101110

Color Harmonies of #BB6432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6432

Black with #BB6432

Text Example


Text Example

White with #BB6432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6432; }

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

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

background-color css

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

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

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

border-color css

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

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

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