Html Css Color HEX #BC5C1A Christine

📋 copy color: '#BC5C1A'

red 188 ◦ green 92 ◦ blue 26

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

Shades of Christine #BC5C1A

Tints of Christine #BC5C1A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

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

R = 61.44%
G = 30.07%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC5C1A (or 0xBC5C1A) is known color: Christine. HEX triplet: BC, 5C and 1A. RGB value is (188,92,26). Sum of RGB (Red+Green+Blue) = 188+92+26=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C1A is #43A3E5. Grayscale: #717171. Windows color (decimal): -4432870 or 1727676. OLE color: 1727676.

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

Color convert

RGB 188 92 26 -
CMYK 0 0.51 0.86 0.26
HSL 24.44º 0.76% 0.42% -
HSV(B) 24.44º 0.86% 0.74% -
XYZ 24.75 18.42 3.23 -
YUV 113.18 78.8 181.37 -
System Red Green Blue C M Y K H S L
Decimal 188 92 26 0 0.51 0.86 0.26 24.44 0.76 0.42
Hex BC 5C 1A 0 33 56 1A 18 4C 2A
Octal 274 134 32 0 63 126 32 30 114 52
Binary 10111100 1011100 11010 0 110011 1010110 11010 11000 1001100 101010

Color Harmonies of #BC5C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C1A

Black with #BC5C1A

Text Example


Text Example

White with #BC5C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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