Html Css Color HEX #BD5222 Fiery Orange

📋 copy color: '#BD5222'

red 189 ◦ green 82 ◦ blue 34

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

Shades of Fiery Orange #BD5222

Tints of Fiery Orange #BD5222

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.89%

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

R = 61.97%
G = 26.89%
B = 11.15%

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

#BD5222 (or 0xBD5222) is known color: Fiery Orange. HEX triplet: BD, 52 and 22. RGB value is (189,82,34). Sum of RGB (Red+Green+Blue) = 189+82+34=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5222 is #42ADDD. Grayscale: #6C6C6C. Windows color (decimal): -4369886 or 2249405. OLE color: 2249405.

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

Color convert

RGB 189 82 34 -
CMYK 0 0.57 0.82 0.26
HSL 18.58º 0.7% 0.44% -
HSV(B) 18.58º 0.82% 0.74% -
XYZ 24.29 16.97 3.51 -
YUV 108.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 189 82 34 0 0.57 0.82 0.26 18.58 0.7 0.44
Hex BD 52 22 0 39 52 1A 13 46 2C
Octal 275 122 42 0 71 122 32 23 106 54
Binary 10111101 1010010 100010 0 111001 1010010 11010 10011 1000110 101100

Color Harmonies of #BD5222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5222

Black with #BD5222

Text Example


Text Example

White with #BD5222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5222; }

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

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

background-color css

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

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

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

border-color css

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

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

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