Html Css Color HEX #BC5B15 Christine

📋 copy color: '#BC5B15'

red 188 ◦ green 91 ◦ blue 21

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

Shades of Christine #BC5B15

Tints of Christine #BC5B15

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.33%

 BLUE value IS 21 (8.59% from 255) = 7%

R = 62.67%
G = 30.33%
B = 7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC5B15 (or 0xBC5B15) is known color: Christine. HEX triplet: BC, 5B and 15. RGB value is (188,91,21). Sum of RGB (Red+Green+Blue) = 188+91+21=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5B15 is #43A4EA. Grayscale: #707070. Windows color (decimal): -4433131 or 1399740. OLE color: 1399740.

HSL color Cylindrical-coordinate representation of color #BC5B15: hue angle of 25.15º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC5B15 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 91 21 -
CMYK 0 0.52 0.89 0.26
HSL 25.15º 0.8% 0.41% -
HSV(B) 25.15º 0.89% 0.74% -
XYZ 24.62 18.23 2.93 -
YUV 112.02 76.64 182.19 -
System Red Green Blue C M Y K H S L
Decimal 188 91 21 0 0.52 0.89 0.26 25.15 0.8 0.41
Hex BC 5B 15 0 34 59 1A 19 50 29
Octal 274 133 25 0 64 131 32 31 120 51
Binary 10111100 1011011 10101 0 110100 1011001 11010 11001 1010000 101001

Color Harmonies of #BC5B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5B15

Black with #BC5B15

Text Example


Text Example

White with #BC5B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5B15; }

 p { color: rgb(188,91,21); }

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

background-color css

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

 a { background-color: rgb(188,91,21); }

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

border-color css

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

 span { border-color: rgb(188,91,21); }

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