Html Css Color HEX #BC6419 Christine

📋 copy color: '#BC6419'

red 188 ◦ green 100 ◦ blue 25

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

Shades of Christine #BC6419

Tints of Christine #BC6419

RGB

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

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

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

R = 60.06%
G = 31.95%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC6419 (or 0xBC6419) is known color: Christine. HEX triplet: BC, 64 and 19. RGB value is (188,100,25). Sum of RGB (Red+Green+Blue) = 188+100+25=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6419 is #439BE6. Grayscale: #767676. Windows color (decimal): -4430823 or 1664188. OLE color: 1664188.

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

Color convert

RGB 188 100 25 -
CMYK 0 0.47 0.87 0.26
HSL 27.61º 0.77% 0.42% -
HSV(B) 27.61º 0.87% 0.74% -
XYZ 25.47 19.88 3.41 -
YUV 117.76 75.65 178.1 -
System Red Green Blue C M Y K H S L
Decimal 188 100 25 0 0.47 0.87 0.26 27.61 0.77 0.42
Hex BC 64 19 0 2F 57 1A 1C 4D 2A
Octal 274 144 31 0 57 127 32 34 115 52
Binary 10111100 1100100 11001 0 101111 1010111 11010 11100 1001101 101010

Color Harmonies of #BC6419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6419

Black with #BC6419

Text Example


Text Example

White with #BC6419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6419; }

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

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

background-color css

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

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

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

border-color css

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

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

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