Html Css Color HEX #BC6218 Christine

📋 copy color: '#BC6218'

red 188 ◦ green 98 ◦ blue 24

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

Shades of Christine #BC6218

Tints of Christine #BC6218

RGB

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

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

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

R = 60.65%
G = 31.61%
B = 7.74%

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

#BC6218 (or 0xBC6218) is known color: Christine. HEX triplet: BC, 62 and 18. RGB value is (188,98,24). Sum of RGB (Red+Green+Blue) = 188+98+24=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6218 is #439DE7. Grayscale: #747474. Windows color (decimal): -4431336 or 1598140. OLE color: 1598140.

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

Color convert

RGB 188 98 24 -
CMYK 0 0.48 0.87 0.26
HSL 27.07º 0.77% 0.42% -
HSV(B) 27.07º 0.87% 0.74% -
XYZ 25.27 19.49 3.29 -
YUV 116.47 75.82 179.02 -
System Red Green Blue C M Y K H S L
Decimal 188 98 24 0 0.48 0.87 0.26 27.07 0.77 0.42
Hex BC 62 18 0 30 57 1A 1B 4D 2A
Octal 274 142 30 0 60 127 32 33 115 52
Binary 10111100 1100010 11000 0 110000 1010111 11010 11011 1001101 101010

Color Harmonies of #BC6218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6218

Black with #BC6218

Text Example


Text Example

White with #BC6218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6218; }

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

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

background-color css

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

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

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

border-color css

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

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

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