Html Css Color HEX #BD5328 Fiery Orange

📋 copy color: '#BD5328'

red 189 ◦ green 83 ◦ blue 40

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

Shades of Fiery Orange #BD5328

Tints of Fiery Orange #BD5328

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 60.58%
G = 26.6%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD5328 (or 0xBD5328) is known color: Fiery Orange. HEX triplet: BD, 53 and 28. RGB value is (189,83,40). Sum of RGB (Red+Green+Blue) = 189+83+40=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5328 is #42ACD7. Grayscale: #6E6E6E. Windows color (decimal): -4369624 or 2642877. OLE color: 2642877.

HSL color Cylindrical-coordinate representation of color #BD5328: hue angle of 17.32º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD5328 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 83 40 -
CMYK 0 0.56 0.79 0.26
HSL 17.32º 0.65% 0.45% -
HSV(B) 17.32º 0.79% 0.74% -
XYZ 24.46 17.16 4.03 -
YUV 109.79 88.62 184.5 -
System Red Green Blue C M Y K H S L
Decimal 189 83 40 0 0.56 0.79 0.26 17.32 0.65 0.45
Hex BD 53 28 0 38 4F 1A 11 41 2D
Octal 275 123 50 0 70 117 32 21 101 55
Binary 10111101 1010011 101000 0 111000 1001111 11010 10001 1000001 101101

Color Harmonies of #BD5328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5328

Black with #BD5328

Text Example


Text Example

White with #BD5328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5328; }

 p { color: rgb(189,83,40); }

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

background-color css

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

 a { background-color: rgb(189,83,40); }

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

border-color css

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

 span { border-color: rgb(189,83,40); }

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