Html Css Color HEX #BD581C Christine

📋 copy color: '#BD581C'

red 189 ◦ green 88 ◦ blue 28

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

Shades of Christine #BD581C

Tints of Christine #BD581C

RGB

 RED value IS 189 (74.22% from 255) = 61.97%

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

 BLUE value IS 28 (11.33% from 255) = 9.18%

R = 61.97%
G = 28.85%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD581C (or 0xBD581C) is known color: Christine. HEX triplet: BD, 58 and 1C. RGB value is (189,88,28). Sum of RGB (Red+Green+Blue) = 189+88+28=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD581C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD581C is #42A7E3. Grayscale: #6F6F6F. Windows color (decimal): -4368356 or 1857725. OLE color: 1857725.

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

Color convert

RGB 189 88 28 -
CMYK 0 0.53 0.85 0.26
HSL 22.36º 0.74% 0.43% -
HSV(B) 22.36º 0.85% 0.74% -
XYZ 24.69 17.88 3.25 -
YUV 111.36 80.96 183.38 -
System Red Green Blue C M Y K H S L
Decimal 189 88 28 0 0.53 0.85 0.26 22.36 0.74 0.43
Hex BD 58 1C 0 35 55 1A 16 4A 2B
Octal 275 130 34 0 65 125 32 26 112 53
Binary 10111101 1011000 11100 0 110101 1010101 11010 10110 1001010 101011

Color Harmonies of #BD581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD581C

Black with #BD581C

Text Example


Text Example

White with #BD581C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD581C; }

 p { color: rgb(189,88,28); }

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

background-color css

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

 a { background-color: rgb(189,88,28); }

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

border-color css

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

 span { border-color: rgb(189,88,28); }

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