Html Css Color HEX #BC5E1A Christine

📋 copy color: '#BC5E1A'

red 188 ◦ green 94 ◦ blue 26

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

Shades of Christine #BC5E1A

Tints of Christine #BC5E1A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.52%

 BLUE value IS 26 (10.55% from 255) = 8.44%

R = 61.04%
G = 30.52%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC5E1A (or 0xBC5E1A) is known color: Christine. HEX triplet: BC, 5E and 1A. RGB value is (188,94,26). Sum of RGB (Red+Green+Blue) = 188+94+26=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E1A is #43A1E5. Grayscale: #727272. Windows color (decimal): -4432358 or 1728188. OLE color: 1728188.

HSL color Cylindrical-coordinate representation of color #BC5E1A: hue angle of 25.19º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC5E1A is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 94 26 -
CMYK 0 0.50 0.86 0.26
HSL 25.19º 0.76% 0.42% -
HSV(B) 25.19º 0.86% 0.74% -
XYZ 24.93 18.77 3.29 -
YUV 114.35 78.14 180.53 -
System Red Green Blue C M Y K H S L
Decimal 188 94 26 0 0.50 0.86 0.26 25.19 0.76 0.42
Hex BC 5E 1A 0 32 56 1A 19 4C 2A
Octal 274 136 32 0 62 126 32 31 114 52
Binary 10111100 1011110 11010 0 110010 1010110 11010 11001 1001100 101010

Color Harmonies of #BC5E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E1A

Black with #BC5E1A

Text Example


Text Example

White with #BC5E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E1A; }

 p { color: rgb(188,94,26); }

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

background-color css

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

 a { background-color: rgb(188,94,26); }

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

border-color css

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

 span { border-color: rgb(188,94,26); }

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