Html Css Color HEX #BB6428 Christine

📋 copy color: '#BB6428'

red 187 ◦ green 100 ◦ blue 40

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

Shades of Christine #BB6428

Tints of Christine #BB6428

RGB

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

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

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

R = 57.19%
G = 30.58%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB6428 (or 0xBB6428) is known color: Christine. HEX triplet: BB, 64 and 28. RGB value is (187,100,40). Sum of RGB (Red+Green+Blue) = 187+100+40=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6428 is #449BD7. Grayscale: #777777. Windows color (decimal): -4496344 or 2647227. OLE color: 2647227.

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

Color convert

RGB 187 100 40 -
CMYK 0 0.47 0.79 0.27
HSL 24.49º 0.65% 0.45% -
HSV(B) 24.49º 0.79% 0.73% -
XYZ 25.43 19.83 4.5 -
YUV 119.17 83.32 176.38 -
System Red Green Blue C M Y K H S L
Decimal 187 100 40 0 0.47 0.79 0.27 24.49 0.65 0.45
Hex BB 64 28 0 2F 4F 1B 18 41 2D
Octal 273 144 50 0 57 117 33 30 101 55
Binary 10111011 1100100 101000 0 101111 1001111 11011 11000 1000001 101101

Color Harmonies of #BB6428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6428

Black with #BB6428

Text Example


Text Example

White with #BB6428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6428; }

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

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

background-color css

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

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

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

border-color css

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

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

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