Html Css Color HEX #BC6219 Christine

📋 copy color: '#BC6219'

red 188 ◦ green 98 ◦ blue 25

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

Shades of Christine #BC6219

Tints of Christine #BC6219

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

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

R = 60.45%
G = 31.51%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC6219 (or 0xBC6219) is known color: Christine. HEX triplet: BC, 62 and 19. RGB value is (188,98,25). Sum of RGB (Red+Green+Blue) = 188+98+25=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6219 is #439DE6. Grayscale: #747474. Windows color (decimal): -4431335 or 1663676. OLE color: 1663676.

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

Color convert

RGB 188 98 25 -
CMYK 0 0.48 0.87 0.26
HSL 26.87º 0.77% 0.42% -
HSV(B) 26.87º 0.87% 0.74% -
XYZ 25.28 19.5 3.35 -
YUV 116.59 76.32 178.94 -
System Red Green Blue C M Y K H S L
Decimal 188 98 25 0 0.48 0.87 0.26 26.87 0.77 0.42
Hex BC 62 19 0 30 57 1A 1B 4D 2A
Octal 274 142 31 0 60 127 32 33 115 52
Binary 10111100 1100010 11001 0 110000 1010111 11010 11011 1001101 101010

Color Harmonies of #BC6219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6219

Black with #BC6219

Text Example


Text Example

White with #BC6219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6219; }

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

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

background-color css

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

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

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

border-color css

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

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

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