Html Css Color HEX #BC591A Christine

📋 copy color: '#BC591A'

red 188 ◦ green 89 ◦ blue 26

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

Shades of Christine #BC591A

Tints of Christine #BC591A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.58%

R = 62.05%
G = 29.37%
B = 8.58%

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

#BC591A (or 0xBC591A) is known color: Christine. HEX triplet: BC, 59 and 1A. RGB value is (188,89,26). Sum of RGB (Red+Green+Blue) = 188+89+26=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC591A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC591A is #43A6E5. Grayscale: #6F6F6F. Windows color (decimal): -4433638 or 1726908. OLE color: 1726908.

HSL color Cylindrical-coordinate representation of color #BC591A: hue angle of 23.33º degrees, saturation: 0.76, 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 #BC591A is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 89 26 -
CMYK 0 0.53 0.86 0.26
HSL 23.33º 0.76% 0.42% -
HSV(B) 23.33º 0.86% 0.74% -
XYZ 24.5 17.91 3.14 -
YUV 111.42 79.8 182.62 -
System Red Green Blue C M Y K H S L
Decimal 188 89 26 0 0.53 0.86 0.26 23.33 0.76 0.42
Hex BC 59 1A 0 35 56 1A 17 4C 2A
Octal 274 131 32 0 65 126 32 27 114 52
Binary 10111100 1011001 11010 0 110101 1010110 11010 10111 1001100 101010

Color Harmonies of #BC591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC591A

Black with #BC591A

Text Example


Text Example

White with #BC591A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC591A; }

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

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

background-color css

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

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

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

border-color css

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

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

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