Html Css Color HEX #BB6419 Christine

📋 copy color: '#BB6419'

red 187 ◦ green 100 ◦ blue 25

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

Shades of Christine #BB6419

Tints of Christine #BB6419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.01%

R = 59.94%
G = 32.05%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB6419 (or 0xBB6419) is known color: Christine. HEX triplet: BB, 64 and 19. RGB value is (187,100,25). Sum of RGB (Red+Green+Blue) = 187+100+25=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6419 is #449BE6. Grayscale: #757575. Windows color (decimal): -4496359 or 1664187. OLE color: 1664187.

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

Color convert

RGB 187 100 25 -
CMYK 0 0.47 0.87 0.27
HSL 27.78º 0.76% 0.42% -
HSV(B) 27.78º 0.87% 0.73% -
XYZ 25.23 19.75 3.4 -
YUV 117.46 75.82 177.6 -
System Red Green Blue C M Y K H S L
Decimal 187 100 25 0 0.47 0.87 0.27 27.78 0.76 0.42
Hex BB 64 19 0 2F 57 1B 1C 4C 2A
Octal 273 144 31 0 57 127 33 34 114 52
Binary 10111011 1100100 11001 0 101111 1010111 11011 11100 1001100 101010

Color Harmonies of #BB6419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6419

Black with #BB6419

Text Example


Text Example

White with #BB6419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6419; }

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

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

background-color css

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

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

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

border-color css

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

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

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