Html Css Color HEX #BD542B Fiery Orange

📋 copy color: '#BD542B'

red 189 ◦ green 84 ◦ blue 43

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

Shades of Fiery Orange #BD542B

Tints of Fiery Orange #BD542B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 59.81%
G = 26.58%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD542B (or 0xBD542B) is known color: Fiery Orange. HEX triplet: BD, 54 and 2B. RGB value is (189,84,43). Sum of RGB (Red+Green+Blue) = 189+84+43=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD542B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD542B is #42ABD4. Grayscale: #6E6E6E. Windows color (decimal): -4369365 or 2839741. OLE color: 2839741.

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

Color convert

RGB 189 84 43 -
CMYK 0 0.56 0.77 0.26
HSL 16.85º 0.63% 0.45% -
HSV(B) 16.85º 0.77% 0.74% -
XYZ 24.59 17.33 4.34 -
YUV 110.72 89.79 183.83 -
System Red Green Blue C M Y K H S L
Decimal 189 84 43 0 0.56 0.77 0.26 16.85 0.63 0.45
Hex BD 54 2B 0 38 4D 1A 11 3F 2D
Octal 275 124 53 0 70 115 32 21 77 55
Binary 10111101 1010100 101011 0 111000 1001101 11010 10001 111111 101101

Color Harmonies of #BD542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD542B

Black with #BD542B

Text Example


Text Example

White with #BD542B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD542B; }

 p { color: rgb(189,84,43); }

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

background-color css

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

 a { background-color: rgb(189,84,43); }

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

border-color css

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

 span { border-color: rgb(189,84,43); }

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