Html Css Color HEX #BB5E23 Christine

📋 copy color: '#BB5E23'

red 187 ◦ green 94 ◦ blue 35

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

Shades of Christine #BB5E23

Tints of Christine #BB5E23

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.75%

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

R = 59.18%
G = 29.75%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB5E23 (or 0xBB5E23) is known color: Christine. HEX triplet: BB, 5E and 23. RGB value is (187,94,35). Sum of RGB (Red+Green+Blue) = 187+94+35=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E23 is #44A1DC. Grayscale: #737373. Windows color (decimal): -4497885 or 2318011. OLE color: 2318011.

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

Color convert

RGB 187 94 35 -
CMYK 0 0.50 0.81 0.27
HSL 23.29º 0.68% 0.44% -
HSV(B) 23.29º 0.81% 0.73% -
XYZ 24.8 18.69 3.89 -
YUV 115.08 82.81 179.3 -
System Red Green Blue C M Y K H S L
Decimal 187 94 35 0 0.50 0.81 0.27 23.29 0.68 0.44
Hex BB 5E 23 0 32 51 1B 17 44 2C
Octal 273 136 43 0 62 121 33 27 104 54
Binary 10111011 1011110 100011 0 110010 1010001 11011 10111 1000100 101100

Color Harmonies of #BB5E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E23

Black with #BB5E23

Text Example


Text Example

White with #BB5E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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