Html Css Color HEX #BD5122 Fiery Orange

📋 copy color: '#BD5122'

red 189 ◦ green 81 ◦ blue 34

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

Shades of Fiery Orange #BD5122

Tints of Fiery Orange #BD5122

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.64%

 BLUE value IS 34 (13.67% from 255) = 11.18%

R = 62.17%
G = 26.64%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD5122 (or 0xBD5122) is known color: Fiery Orange. HEX triplet: BD, 51 and 22. RGB value is (189,81,34). Sum of RGB (Red+Green+Blue) = 189+81+34=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5122 is #42AEDD. Grayscale: #6C6C6C. Windows color (decimal): -4370142 or 2249149. OLE color: 2249149.

HSL color Cylindrical-coordinate representation of color #BD5122: hue angle of 18.19º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD5122 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 81 34 -
CMYK 0 0.57 0.82 0.26
HSL 18.19º 0.7% 0.44% -
HSV(B) 18.19º 0.82% 0.74% -
XYZ 24.22 16.82 3.48 -
YUV 107.93 86.28 185.82 -
System Red Green Blue C M Y K H S L
Decimal 189 81 34 0 0.57 0.82 0.26 18.19 0.7 0.44
Hex BD 51 22 0 39 52 1A 12 46 2C
Octal 275 121 42 0 71 122 32 22 106 54
Binary 10111101 1010001 100010 0 111001 1010010 11010 10010 1000110 101100

Color Harmonies of #BD5122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5122

Black with #BD5122

Text Example


Text Example

White with #BD5122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5122; }

 p { color: rgb(189,81,34); }

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

background-color css

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

 a { background-color: rgb(189,81,34); }

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

border-color css

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

 span { border-color: rgb(189,81,34); }

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