Html Css Color HEX #BD5722 Fiery Orange

📋 copy color: '#BD5722'

red 189 ◦ green 87 ◦ blue 34

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

Shades of Fiery Orange #BD5722

Tints of Fiery Orange #BD5722

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.06%

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

R = 60.97%
G = 28.06%
B = 10.97%

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

#BD5722 (or 0xBD5722) is known color: Fiery Orange. HEX triplet: BD, 57 and 22. RGB value is (189,87,34). Sum of RGB (Red+Green+Blue) = 189+87+34=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5722 is #42A8DD. Grayscale: #6F6F6F. Windows color (decimal): -4368606 or 2250685. OLE color: 2250685.

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

Color convert

RGB 189 87 34 -
CMYK 0 0.54 0.82 0.26
HSL 20.52º 0.7% 0.44% -
HSV(B) 20.52º 0.82% 0.74% -
XYZ 24.68 17.75 3.64 -
YUV 111.46 84.29 183.31 -
System Red Green Blue C M Y K H S L
Decimal 189 87 34 0 0.54 0.82 0.26 20.52 0.7 0.44
Hex BD 57 22 0 36 52 1A 15 46 2C
Octal 275 127 42 0 66 122 32 25 106 54
Binary 10111101 1010111 100010 0 110110 1010010 11010 10101 1000110 101100

Color Harmonies of #BD5722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5722

Black with #BD5722

Text Example


Text Example

White with #BD5722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5722; }

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

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

background-color css

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

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

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

border-color css

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

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

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