Html Css Color HEX #BC6418 Christine

📋 copy color: '#BC6418'

red 188 ◦ green 100 ◦ blue 24

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

Shades of Christine #BC6418

Tints of Christine #BC6418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.69%

R = 60.26%
G = 32.05%
B = 7.69%

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

#BC6418 (or 0xBC6418) is known color: Christine. HEX triplet: BC, 64 and 18. RGB value is (188,100,24). Sum of RGB (Red+Green+Blue) = 188+100+24=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6418 is #439BE7. Grayscale: #767676. Windows color (decimal): -4430824 or 1598652. OLE color: 1598652.

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

Color convert

RGB 188 100 24 -
CMYK 0 0.47 0.87 0.26
HSL 27.8º 0.77% 0.42% -
HSV(B) 27.8º 0.87% 0.74% -
XYZ 25.46 19.87 3.36 -
YUV 117.65 75.15 178.18 -
System Red Green Blue C M Y K H S L
Decimal 188 100 24 0 0.47 0.87 0.26 27.8 0.77 0.42
Hex BC 64 18 0 2F 57 1A 1C 4D 2A
Octal 274 144 30 0 57 127 32 34 115 52
Binary 10111100 1100100 11000 0 101111 1010111 11010 11100 1001101 101010

Color Harmonies of #BC6418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6418

Black with #BC6418

Text Example


Text Example

White with #BC6418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6418; }

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

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

background-color css

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

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

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

border-color css

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

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

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