Html Css Color HEX #BD5226 Fiery Orange

📋 copy color: '#BD5226'

red 189 ◦ green 82 ◦ blue 38

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

Shades of Fiery Orange #BD5226

Tints of Fiery Orange #BD5226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.3%

R = 61.17%
G = 26.54%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD5226 (or 0xBD5226) is known color: Fiery Orange. HEX triplet: BD, 52 and 26. RGB value is (189,82,38). Sum of RGB (Red+Green+Blue) = 189+82+38=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5226 is #42ADD9. Grayscale: #6D6D6D. Windows color (decimal): -4369882 or 2511549. OLE color: 2511549.

HSL color Cylindrical-coordinate representation of color #BD5226: hue angle of 17.48º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD5226 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 82 38 -
CMYK 0 0.57 0.80 0.26
HSL 17.48º 0.67% 0.45% -
HSV(B) 17.48º 0.8% 0.74% -
XYZ 24.35 16.99 3.83 -
YUV 108.98 87.95 185.08 -
System Red Green Blue C M Y K H S L
Decimal 189 82 38 0 0.57 0.80 0.26 17.48 0.67 0.45
Hex BD 52 26 0 39 50 1A 11 43 2D
Octal 275 122 46 0 71 120 32 21 103 55
Binary 10111101 1010010 100110 0 111001 1010000 11010 10001 1000011 101101

Color Harmonies of #BD5226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5226

Black with #BD5226

Text Example


Text Example

White with #BD5226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5226; }

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

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

background-color css

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

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

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

border-color css

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

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

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