Html Css Color HEX #BC5D2A Christine

📋 copy color: '#BC5D2A'

red 188 ◦ green 93 ◦ blue 42

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

Shades of Christine #BC5D2A

Tints of Christine #BC5D2A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.79%

 BLUE value IS 42 (16.8% from 255) = 13%

R = 58.2%
G = 28.79%
B = 13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC5D2A (or 0xBC5D2A) is known color: Christine. HEX triplet: BC, 5D and 2A. RGB value is (188,93,42). Sum of RGB (Red+Green+Blue) = 188+93+42=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5D2A is #43A2D5. Grayscale: #737373. Windows color (decimal): -4432598 or 2776508. OLE color: 2776508.

HSL color Cylindrical-coordinate representation of color #BC5D2A: hue angle of 20.96º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC5D2A is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 93 42 -
CMYK 0 0.51 0.78 0.26
HSL 20.96º 0.63% 0.45% -
HSV(B) 20.96º 0.78% 0.74% -
XYZ 25.07 18.69 4.48 -
YUV 115.59 86.47 179.65 -
System Red Green Blue C M Y K H S L
Decimal 188 93 42 0 0.51 0.78 0.26 20.96 0.63 0.45
Hex BC 5D 2A 0 33 4E 1A 15 3F 2D
Octal 274 135 52 0 63 116 32 25 77 55
Binary 10111100 1011101 101010 0 110011 1001110 11010 10101 111111 101101

Color Harmonies of #BC5D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D2A

Black with #BC5D2A

Text Example


Text Example

White with #BC5D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D2A; }

 p { color: rgb(188,93,42); }

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

background-color css

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

 a { background-color: rgb(188,93,42); }

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

border-color css

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

 span { border-color: rgb(188,93,42); }

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