Html Css Color HEX #BC5B25 Christine

📋 copy color: '#BC5B25'

red 188 ◦ green 91 ◦ blue 37

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

Shades of Christine #BC5B25

Tints of Christine #BC5B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.71%

R = 59.49%
G = 28.8%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC5B25 (or 0xBC5B25) is known color: Christine. HEX triplet: BC, 5B and 25. RGB value is (188,91,37). Sum of RGB (Red+Green+Blue) = 188+91+37=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5B25 is #43A4DA. Grayscale: #727272. Windows color (decimal): -4433115 or 2448316. OLE color: 2448316.

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

Color convert

RGB 188 91 37 -
CMYK 0 0.52 0.80 0.26
HSL 21.46º 0.67% 0.44% -
HSV(B) 21.46º 0.8% 0.74% -
XYZ 24.81 18.31 3.98 -
YUV 113.85 84.64 180.89 -
System Red Green Blue C M Y K H S L
Decimal 188 91 37 0 0.52 0.80 0.26 21.46 0.67 0.44
Hex BC 5B 25 0 34 50 1A 15 43 2C
Octal 274 133 45 0 64 120 32 25 103 54
Binary 10111100 1011011 100101 0 110100 1010000 11010 10101 1000011 101100

Color Harmonies of #BC5B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5B25

Black with #BC5B25

Text Example


Text Example

White with #BC5B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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