Html Css Color HEX #BB6519 Christine

📋 copy color: '#BB6519'

red 187 ◦ green 101 ◦ blue 25

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

Shades of Christine #BB6519

Tints of Christine #BB6519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.27%

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

R = 59.74%
G = 32.27%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB6519 (or 0xBB6519) is known color: Christine. HEX triplet: BB, 65 and 19. RGB value is (187,101,25). Sum of RGB (Red+Green+Blue) = 187+101+25=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6519 is #449AE6. Grayscale: #767676. Windows color (decimal): -4496103 or 1664443. OLE color: 1664443.

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

Color convert

RGB 187 101 25 -
CMYK 0 0.46 0.87 0.27
HSL 28.15º 0.76% 0.42% -
HSV(B) 28.15º 0.87% 0.73% -
XYZ 25.32 19.94 3.43 -
YUV 118.05 75.49 177.18 -
System Red Green Blue C M Y K H S L
Decimal 187 101 25 0 0.46 0.87 0.27 28.15 0.76 0.42
Hex BB 65 19 0 2E 57 1B 1C 4C 2A
Octal 273 145 31 0 56 127 33 34 114 52
Binary 10111011 1100101 11001 0 101110 1010111 11011 11100 1001100 101010

Color Harmonies of #BB6519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6519

Black with #BB6519

Text Example


Text Example

White with #BB6519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6519; }

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

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

background-color css

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

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

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

border-color css

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

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

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