Html Css Color HEX #BB6423 Christine

📋 copy color: '#BB6423'

red 187 ◦ green 100 ◦ blue 35

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

Shades of Christine #BB6423

Tints of Christine #BB6423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.87%

R = 58.07%
G = 31.06%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB6423 (or 0xBB6423) is known color: Christine. HEX triplet: BB, 64 and 23. RGB value is (187,100,35). Sum of RGB (Red+Green+Blue) = 187+100+35=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6423 is #449BDC. Grayscale: #767676. Windows color (decimal): -4496349 or 2319547. OLE color: 2319547.

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

Color convert

RGB 187 100 35 -
CMYK 0 0.47 0.81 0.27
HSL 25.66º 0.68% 0.44% -
HSV(B) 25.66º 0.81% 0.73% -
XYZ 25.35 19.8 4.08 -
YUV 118.6 80.82 176.79 -
System Red Green Blue C M Y K H S L
Decimal 187 100 35 0 0.47 0.81 0.27 25.66 0.68 0.44
Hex BB 64 23 0 2F 51 1B 1A 44 2C
Octal 273 144 43 0 57 121 33 32 104 54
Binary 10111011 1100100 100011 0 101111 1010001 11011 11010 1000100 101100

Color Harmonies of #BB6423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6423

Black with #BB6423

Text Example


Text Example

White with #BB6423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6423; }

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

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

background-color css

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

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

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

border-color css

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

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

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