Html Css Color HEX #BC5B23 Christine

📋 copy color: '#BC5B23'

red 188 ◦ green 91 ◦ blue 35

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

Shades of Christine #BC5B23

Tints of Christine #BC5B23

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.98%

 BLUE value IS 35 (14.06% from 255) = 11.15%

R = 59.87%
G = 28.98%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC5B23 (or 0xBC5B23) is known color: Christine. HEX triplet: BC, 5B and 23. RGB value is (188,91,35). Sum of RGB (Red+Green+Blue) = 188+91+35=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5B23 is #43A4DC. Grayscale: #717171. Windows color (decimal): -4433117 or 2317244. OLE color: 2317244.

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

Color convert

RGB 188 91 35 -
CMYK 0 0.52 0.81 0.26
HSL 21.96º 0.69% 0.44% -
HSV(B) 21.96º 0.81% 0.74% -
XYZ 24.78 18.29 3.82 -
YUV 113.62 83.64 181.05 -
System Red Green Blue C M Y K H S L
Decimal 188 91 35 0 0.52 0.81 0.26 21.96 0.69 0.44
Hex BC 5B 23 0 34 51 1A 16 45 2C
Octal 274 133 43 0 64 121 32 26 105 54
Binary 10111100 1011011 100011 0 110100 1010001 11010 10110 1000101 101100

Color Harmonies of #BC5B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5B23

Black with #BC5B23

Text Example


Text Example

White with #BC5B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5B23; }

 p { color: rgb(188,91,35); }

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

background-color css

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

 a { background-color: rgb(188,91,35); }

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

border-color css

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

 span { border-color: rgb(188,91,35); }

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