Html Css Color HEX #BB5E1D Christine

📋 copy color: '#BB5E1D'

red 187 ◦ green 94 ◦ blue 29

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

Shades of Christine #BB5E1D

Tints of Christine #BB5E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.35%

R = 60.32%
G = 30.32%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB5E1D (or 0xBB5E1D) is known color: Christine. HEX triplet: BB, 5E and 1D. RGB value is (187,94,29). Sum of RGB (Red+Green+Blue) = 187+94+29=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E1D is #44A1E2. Grayscale: #727272. Windows color (decimal): -4497891 or 1924795. OLE color: 1924795.

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

Color convert

RGB 187 94 29 -
CMYK 0 0.50 0.84 0.27
HSL 24.68º 0.73% 0.42% -
HSV(B) 24.68º 0.84% 0.73% -
XYZ 24.72 18.66 3.46 -
YUV 114.4 79.81 179.79 -
System Red Green Blue C M Y K H S L
Decimal 187 94 29 0 0.50 0.84 0.27 24.68 0.73 0.42
Hex BB 5E 1D 0 32 54 1B 19 49 2A
Octal 273 136 35 0 62 124 33 31 111 52
Binary 10111011 1011110 11101 0 110010 1010100 11011 11001 1001001 101010

Color Harmonies of #BB5E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E1D

Black with #BB5E1D

Text Example


Text Example

White with #BB5E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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