Html Css Color HEX #BC5F29 Christine

📋 copy color: '#BC5F29'

red 188 ◦ green 95 ◦ blue 41

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

Shades of Christine #BC5F29

Tints of Christine #BC5F29

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.32%

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

R = 58.02%
G = 29.32%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC5F29 (or 0xBC5F29) is known color: Christine. HEX triplet: BC, 5F and 29. RGB value is (188,95,41). Sum of RGB (Red+Green+Blue) = 188+95+41=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5F29 is #43A0D6. Grayscale: #747474. Windows color (decimal): -4432087 or 2711484. OLE color: 2711484.

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

Color convert

RGB 188 95 41 -
CMYK 0 0.49 0.78 0.26
HSL 22.04º 0.64% 0.45% -
HSV(B) 22.04º 0.78% 0.74% -
XYZ 25.23 19.04 4.44 -
YUV 116.65 85.31 178.89 -
System Red Green Blue C M Y K H S L
Decimal 188 95 41 0 0.49 0.78 0.26 22.04 0.64 0.45
Hex BC 5F 29 0 31 4E 1A 16 40 2D
Octal 274 137 51 0 61 116 32 26 100 55
Binary 10111100 1011111 101001 0 110001 1001110 11010 10110 1000000 101101

Color Harmonies of #BC5F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5F29

Black with #BC5F29

Text Example


Text Example

White with #BC5F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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