Html Css Color HEX #BC5D29 Christine

📋 copy color: '#BC5D29'

red 188 ◦ green 93 ◦ blue 41

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

Shades of Christine #BC5D29

Tints of Christine #BC5D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.73%

R = 58.39%
G = 28.88%
B = 12.73%

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

#BC5D29 (or 0xBC5D29) is known color: Christine. HEX triplet: BC, 5D and 29. RGB value is (188,93,41). Sum of RGB (Red+Green+Blue) = 188+93+41=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5D29 is #43A2D6. Grayscale: #737373. Windows color (decimal): -4432599 or 2710972. OLE color: 2710972.

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

Color convert

RGB 188 93 41 -
CMYK 0 0.51 0.78 0.26
HSL 21.22º 0.64% 0.45% -
HSV(B) 21.22º 0.78% 0.74% -
XYZ 25.05 18.68 4.38 -
YUV 115.48 85.97 179.73 -
System Red Green Blue C M Y K H S L
Decimal 188 93 41 0 0.51 0.78 0.26 21.22 0.64 0.45
Hex BC 5D 29 0 33 4E 1A 15 40 2D
Octal 274 135 51 0 63 116 32 25 100 55
Binary 10111100 1011101 101001 0 110011 1001110 11010 10101 1000000 101101

Color Harmonies of #BC5D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D29

Black with #BC5D29

Text Example


Text Example

White with #BC5D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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