Html Css Color HEX #BC581A Christine

📋 copy color: '#BC581A'

red 188 ◦ green 88 ◦ blue 26

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

Shades of Christine #BC581A

Tints of Christine #BC581A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.14%

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

R = 62.25%
G = 29.14%
B = 8.61%

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

#BC581A (or 0xBC581A) is known color: Christine. HEX triplet: BC, 58 and 1A. RGB value is (188,88,26). Sum of RGB (Red+Green+Blue) = 188+88+26=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC581A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC581A is #43A7E5. Grayscale: #6F6F6F. Windows color (decimal): -4433894 or 1726652. OLE color: 1726652.

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

Color convert

RGB 188 88 26 -
CMYK 0 0.53 0.86 0.26
HSL 22.96º 0.76% 0.42% -
HSV(B) 22.96º 0.86% 0.74% -
XYZ 24.42 17.75 3.12 -
YUV 110.83 80.13 183.04 -
System Red Green Blue C M Y K H S L
Decimal 188 88 26 0 0.53 0.86 0.26 22.96 0.76 0.42
Hex BC 58 1A 0 35 56 1A 17 4C 2A
Octal 274 130 32 0 65 126 32 27 114 52
Binary 10111100 1011000 11010 0 110101 1010110 11010 10111 1001100 101010

Color Harmonies of #BC581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC581A

Black with #BC581A

Text Example


Text Example

White with #BC581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC581A; }

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

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

background-color css

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

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

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

border-color css

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

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

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