Html Css Color HEX #BD552A Fiery Orange

📋 copy color: '#BD552A'

red 189 ◦ green 85 ◦ blue 42

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

Shades of Fiery Orange #BD552A

Tints of Fiery Orange #BD552A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 59.81%
G = 26.9%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD552A (or 0xBD552A) is known color: Fiery Orange. HEX triplet: BD, 55 and 2A. RGB value is (189,85,42). Sum of RGB (Red+Green+Blue) = 189+85+42=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD552A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD552A is #42AAD5. Grayscale: #6F6F6F. Windows color (decimal): -4369110 or 2774461. OLE color: 2774461.

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

Color convert

RGB 189 85 42 -
CMYK 0 0.55 0.78 0.26
HSL 17.55º 0.64% 0.45% -
HSV(B) 17.55º 0.78% 0.74% -
XYZ 24.65 17.48 4.27 -
YUV 111.19 88.96 183.5 -
System Red Green Blue C M Y K H S L
Decimal 189 85 42 0 0.55 0.78 0.26 17.55 0.64 0.45
Hex BD 55 2A 0 37 4E 1A 12 40 2D
Octal 275 125 52 0 67 116 32 22 100 55
Binary 10111101 1010101 101010 0 110111 1001110 11010 10010 1000000 101101

Color Harmonies of #BD552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD552A

Black with #BD552A

Text Example


Text Example

White with #BD552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD552A; }

 p { color: rgb(189,85,42); }

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

background-color css

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

 a { background-color: rgb(189,85,42); }

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

border-color css

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

 span { border-color: rgb(189,85,42); }

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