Html Css Color HEX #BD5622 Fiery Orange

📋 copy color: '#BD5622'

red 189 ◦ green 86 ◦ blue 34

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

Shades of Fiery Orange #BD5622

Tints of Fiery Orange #BD5622

RGB

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

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

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

R = 61.17%
G = 27.83%
B = 11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD5622 (or 0xBD5622) is known color: Fiery Orange. HEX triplet: BD, 56 and 22. RGB value is (189,86,34). Sum of RGB (Red+Green+Blue) = 189+86+34=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5622 is #42A9DD. Grayscale: #6F6F6F. Windows color (decimal): -4368862 or 2250429. OLE color: 2250429.

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

Color convert

RGB 189 86 34 -
CMYK 0 0.54 0.82 0.26
HSL 20.13º 0.7% 0.44% -
HSV(B) 20.13º 0.82% 0.74% -
XYZ 24.6 17.59 3.61 -
YUV 110.87 84.62 183.73 -
System Red Green Blue C M Y K H S L
Decimal 189 86 34 0 0.54 0.82 0.26 20.13 0.7 0.44
Hex BD 56 22 0 36 52 1A 14 46 2C
Octal 275 126 42 0 66 122 32 24 106 54
Binary 10111101 1010110 100010 0 110110 1010010 11010 10100 1000110 101100

Color Harmonies of #BD5622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5622

Black with #BD5622

Text Example


Text Example

White with #BD5622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5622; }

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

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

background-color css

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

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

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

border-color css

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

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

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