Html Css Color HEX #BC591B Christine

📋 copy color: '#BC591B'

red 188 ◦ green 89 ◦ blue 27

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

Shades of Christine #BC591B

Tints of Christine #BC591B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.28%

 BLUE value IS 27 (10.94% from 255) = 8.88%

R = 61.84%
G = 29.28%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC591B (or 0xBC591B) is known color: Christine. HEX triplet: BC, 59 and 1B. RGB value is (188,89,27). Sum of RGB (Red+Green+Blue) = 188+89+27=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC591B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC591B is #43A6E4. Grayscale: #6F6F6F. Windows color (decimal): -4433637 or 1792444. OLE color: 1792444.

HSL color Cylindrical-coordinate representation of color #BC591B: hue angle of 23.11º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC591B is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 89 27 -
CMYK 0 0.53 0.86 0.26
HSL 23.11º 0.75% 0.42% -
HSV(B) 23.11º 0.86% 0.74% -
XYZ 24.51 17.92 3.2 -
YUV 111.53 80.3 182.54 -
System Red Green Blue C M Y K H S L
Decimal 188 89 27 0 0.53 0.86 0.26 23.11 0.75 0.42
Hex BC 59 1B 0 35 56 1A 17 4B 2A
Octal 274 131 33 0 65 126 32 27 113 52
Binary 10111100 1011001 11011 0 110101 1010110 11010 10111 1001011 101010

Color Harmonies of #BC591B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC591B

Black with #BC591B

Text Example


Text Example

White with #BC591B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC591B; }

 p { color: rgb(188,89,27); }

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

background-color css

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

 a { background-color: rgb(188,89,27); }

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

border-color css

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

 span { border-color: rgb(188,89,27); }

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