Html Css Color HEX #BC5D22 Christine

📋 copy color: '#BC5D22'

red 188 ◦ green 93 ◦ blue 34

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

Shades of Christine #BC5D22

Tints of Christine #BC5D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.79%

R = 59.68%
G = 29.52%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC5D22 (or 0xBC5D22) is known color: Christine. HEX triplet: BC, 5D and 22. RGB value is (188,93,34). Sum of RGB (Red+Green+Blue) = 188+93+34=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5D22 is #43A2DD. Grayscale: #737373. Windows color (decimal): -4432606 or 2252220. OLE color: 2252220.

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

Color convert

RGB 188 93 34 -
CMYK 0 0.51 0.82 0.26
HSL 22.99º 0.69% 0.44% -
HSV(B) 22.99º 0.82% 0.74% -
XYZ 24.94 18.64 3.8 -
YUV 114.68 82.47 180.3 -
System Red Green Blue C M Y K H S L
Decimal 188 93 34 0 0.51 0.82 0.26 22.99 0.69 0.44
Hex BC 5D 22 0 33 52 1A 17 45 2C
Octal 274 135 42 0 63 122 32 27 105 54
Binary 10111100 1011101 100010 0 110011 1010010 11010 10111 1000101 101100

Color Harmonies of #BC5D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D22

Black with #BC5D22

Text Example


Text Example

White with #BC5D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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