Html Css Color HEX #BD4506 Rust

📋 copy color: '#BD4506'

red 189 ◦ green 69 ◦ blue 6

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

Shades of Rust #BD4506

Tints of Rust #BD4506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.14%

 BLUE value IS 6 (2.73% from 255) = 2.27%

R = 71.59%
G = 26.14%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD4506 (or 0xBD4506) is known color: Rust. HEX triplet: BD, 45 and 06. RGB value is (189,69,6). Sum of RGB (Red+Green+Blue) = 189+69+6=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4506 is #42BAF9. Grayscale: #626262. Windows color (decimal): -4373242 or 411069. OLE color: 411069.

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

Color convert

RGB 189 69 6 -
CMYK 0 0.63 0.97 0.26
HSL 20.66º 0.94% 0.38% -
HSV(B) 20.66º 0.97% 0.74% -
XYZ 23.15 15.09 1.86 -
YUV 97.7 76.26 193.12 -
System Red Green Blue C M Y K H S L
Decimal 189 69 6 0 0.63 0.97 0.26 20.66 0.94 0.38
Hex BD 45 6 0 3F 61 1A 15 5E 26
Octal 275 105 6 0 77 141 32 25 136 46
Binary 10111101 1000101 110 0 111111 1100001 11010 10101 1011110 100110

Color Harmonies of #BD4506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4506

Black with #BD4506

Text Example


Text Example

White with #BD4506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4506; }

 p { color: rgb(189,69,6); }

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

background-color css

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

 a { background-color: rgb(189,69,6); }

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

border-color css

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

 span { border-color: rgb(189,69,6); }

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