Html Css Color HEX #BD562A Fiery Orange

📋 copy color: '#BD562A'

red 189 ◦ green 86 ◦ blue 42

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

Shades of Fiery Orange #BD562A

Tints of Fiery Orange #BD562A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

 BLUE value IS 42 (16.8% from 255) = 13.25%

R = 59.62%
G = 27.13%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD562A (or 0xBD562A) is known color: Fiery Orange. HEX triplet: BD, 56 and 2A. RGB value is (189,86,42). Sum of RGB (Red+Green+Blue) = 189+86+42=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD562A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD562A is #42A9D5. Grayscale: #707070. Windows color (decimal): -4368854 or 2774717. OLE color: 2774717.

HSL color Cylindrical-coordinate representation of color #BD562A: hue angle of 17.96º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD562A is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 86 42 -
CMYK 0 0.54 0.78 0.26
HSL 17.96º 0.64% 0.45% -
HSV(B) 17.96º 0.78% 0.74% -
XYZ 24.73 17.64 4.29 -
YUV 111.78 88.62 183.08 -
System Red Green Blue C M Y K H S L
Decimal 189 86 42 0 0.54 0.78 0.26 17.96 0.64 0.45
Hex BD 56 2A 0 36 4E 1A 12 40 2D
Octal 275 126 52 0 66 116 32 22 100 55
Binary 10111101 1010110 101010 0 110110 1001110 11010 10010 1000000 101101

Color Harmonies of #BD562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD562A

Black with #BD562A

Text Example


Text Example

White with #BD562A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD562A; }

 p { color: rgb(189,86,42); }

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

background-color css

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

 a { background-color: rgb(189,86,42); }

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

border-color css

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

 span { border-color: rgb(189,86,42); }

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