Html Css Color HEX #BC6819 Christine

📋 copy color: '#BC6819'

red 188 ◦ green 104 ◦ blue 25

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

Shades of Christine #BC6819

Tints of Christine #BC6819

RGB

 RED value IS 188 (73.83% from 255) = 59.31%

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

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

R = 59.31%
G = 32.81%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC6819 (or 0xBC6819) is known color: Christine. HEX triplet: BC, 68 and 19. RGB value is (188,104,25). Sum of RGB (Red+Green+Blue) = 188+104+25=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6819 is #4397E6. Grayscale: #787878. Windows color (decimal): -4429799 or 1665212. OLE color: 1665212.

HSL color Cylindrical-coordinate representation of color #BC6819: hue angle of 29.08º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC6819 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 104 25 -
CMYK 0 0.45 0.87 0.26
HSL 29.08º 0.77% 0.42% -
HSV(B) 29.08º 0.87% 0.74% -
XYZ 25.86 20.66 3.54 -
YUV 120.11 74.33 176.42 -
System Red Green Blue C M Y K H S L
Decimal 188 104 25 0 0.45 0.87 0.26 29.08 0.77 0.42
Hex BC 68 19 0 2D 57 1A 1D 4D 2A
Octal 274 150 31 0 55 127 32 35 115 52
Binary 10111100 1101000 11001 0 101101 1010111 11010 11101 1001101 101010

Color Harmonies of #BC6819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6819

Black with #BC6819

Text Example


Text Example

White with #BC6819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6819; }

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

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

background-color css

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

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

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

border-color css

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

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

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