Html Css Color HEX #BB6819 Christine

📋 copy color: '#BB6819'

red 187 ◦ green 104 ◦ blue 25

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

Shades of Christine #BB6819

Tints of Christine #BB6819

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.91%

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

R = 59.18%
G = 32.91%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB6819 (or 0xBB6819) is known color: Christine. HEX triplet: BB, 68 and 19. RGB value is (187,104,25). Sum of RGB (Red+Green+Blue) = 187+104+25=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6819 is #4497E6. Grayscale: #787878. Windows color (decimal): -4495335 or 1665211. OLE color: 1665211.

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

Color convert

RGB 187 104 25 -
CMYK 0 0.44 0.87 0.27
HSL 29.26º 0.76% 0.42% -
HSV(B) 29.26º 0.87% 0.73% -
XYZ 25.62 20.54 3.53 -
YUV 119.81 74.5 175.92 -
System Red Green Blue C M Y K H S L
Decimal 187 104 25 0 0.44 0.87 0.27 29.26 0.76 0.42
Hex BB 68 19 0 2C 57 1B 1D 4C 2A
Octal 273 150 31 0 54 127 33 35 114 52
Binary 10111011 1101000 11001 0 101100 1010111 11011 11101 1001100 101010

Color Harmonies of #BB6819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6819

Black with #BB6819

Text Example


Text Example

White with #BB6819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6819; }

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

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

background-color css

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

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

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

border-color css

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

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

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