Html Css Color HEX #BC5C23 Christine

📋 copy color: '#BC5C23'

red 188 ◦ green 92 ◦ blue 35

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

Shades of Christine #BC5C23

Tints of Christine #BC5C23

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.21%

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

R = 59.68%
G = 29.21%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC5C23 (or 0xBC5C23) is known color: Christine. HEX triplet: BC, 5C and 23. RGB value is (188,92,35). Sum of RGB (Red+Green+Blue) = 188+92+35=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C23 is #43A3DC. Grayscale: #727272. Windows color (decimal): -4432861 or 2317500. OLE color: 2317500.

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

Color convert

RGB 188 92 35 -
CMYK 0 0.51 0.81 0.26
HSL 22.35º 0.69% 0.44% -
HSV(B) 22.35º 0.81% 0.74% -
XYZ 24.87 18.47 3.84 -
YUV 114.21 83.3 180.63 -
System Red Green Blue C M Y K H S L
Decimal 188 92 35 0 0.51 0.81 0.26 22.35 0.69 0.44
Hex BC 5C 23 0 33 51 1A 16 45 2C
Octal 274 134 43 0 63 121 32 26 105 54
Binary 10111100 1011100 100011 0 110011 1010001 11010 10110 1000101 101100

Color Harmonies of #BC5C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C23

Black with #BC5C23

Text Example


Text Example

White with #BC5C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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