Html Css Color HEX #BD5021 Fiery Orange

📋 copy color: '#BD5021'

red 189 ◦ green 80 ◦ blue 33

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

Shades of Fiery Orange #BD5021

Tints of Fiery Orange #BD5021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

 BLUE value IS 33 (13.28% from 255) = 10.93%

R = 62.58%
G = 26.49%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD5021 (or 0xBD5021) is known color: Fiery Orange. HEX triplet: BD, 50 and 21. RGB value is (189,80,33). Sum of RGB (Red+Green+Blue) = 189+80+33=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5021 is #42AFDE. Grayscale: #6B6B6B. Windows color (decimal): -4370399 or 2183357. OLE color: 2183357.

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

Color convert

RGB 189 80 33 -
CMYK 0 0.58 0.83 0.26
HSL 18.08º 0.7% 0.44% -
HSV(B) 18.08º 0.83% 0.74% -
XYZ 24.13 16.67 3.38 -
YUV 107.23 86.11 186.32 -
System Red Green Blue C M Y K H S L
Decimal 189 80 33 0 0.58 0.83 0.26 18.08 0.7 0.44
Hex BD 50 21 0 3A 53 1A 12 46 2C
Octal 275 120 41 0 72 123 32 22 106 54
Binary 10111101 1010000 100001 0 111010 1010011 11010 10010 1000110 101100

Color Harmonies of #BD5021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5021

Black with #BD5021

Text Example


Text Example

White with #BD5021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5021; }

 p { color: rgb(189,80,33); }

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

background-color css

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

 a { background-color: rgb(189,80,33); }

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

border-color css

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

 span { border-color: rgb(189,80,33); }

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