Html Css Color HEX #BC5818 Christine

📋 copy color: '#BC5818'

red 188 ◦ green 88 ◦ blue 24

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

Shades of Christine #BC5818

Tints of Christine #BC5818

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.33%

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

R = 62.67%
G = 29.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC5818 (or 0xBC5818) is known color: Christine. HEX triplet: BC, 58 and 18. RGB value is (188,88,24). Sum of RGB (Red+Green+Blue) = 188+88+24=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5818 is #43A7E7. Grayscale: #6E6E6E. Windows color (decimal): -4433896 or 1595580. OLE color: 1595580.

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

Color convert

RGB 188 88 24 -
CMYK 0 0.53 0.87 0.26
HSL 23.41º 0.77% 0.42% -
HSV(B) 23.41º 0.87% 0.74% -
XYZ 24.39 17.74 3 -
YUV 110.6 79.13 183.2 -
System Red Green Blue C M Y K H S L
Decimal 188 88 24 0 0.53 0.87 0.26 23.41 0.77 0.42
Hex BC 58 18 0 35 57 1A 17 4D 2A
Octal 274 130 30 0 65 127 32 27 115 52
Binary 10111100 1011000 11000 0 110101 1010111 11010 10111 1001101 101010

Color Harmonies of #BC5818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5818

Black with #BC5818

Text Example


Text Example

White with #BC5818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5818; }

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

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

background-color css

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

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

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

border-color css

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

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

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