Html Css Color HEX #BD4707 Rust

📋 copy color: '#BD4707'

red 189 ◦ green 71 ◦ blue 7

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

Shades of Rust #BD4707

Tints of Rust #BD4707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

 BLUE value IS 7 (3.13% from 255) = 2.62%

R = 70.79%
G = 26.59%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD4707 (or 0xBD4707) is known color: Rust. HEX triplet: BD, 47 and 07. RGB value is (189,71,7). Sum of RGB (Red+Green+Blue) = 189+71+7=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4707 is #42B8F8. Grayscale: #636363. Windows color (decimal): -4372729 or 477117. OLE color: 477117.

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

Color convert

RGB 189 71 7 -
CMYK 0 0.62 0.96 0.26
HSL 21.1º 0.93% 0.38% -
HSV(B) 21.1º 0.96% 0.74% -
XYZ 23.28 15.34 1.94 -
YUV 98.99 76.09 192.2 -
System Red Green Blue C M Y K H S L
Decimal 189 71 7 0 0.62 0.96 0.26 21.1 0.93 0.38
Hex BD 47 7 0 3E 60 1A 15 5D 26
Octal 275 107 7 0 76 140 32 25 135 46
Binary 10111101 1000111 111 0 111110 1100000 11010 10101 1011101 100110

Color Harmonies of #BD4707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4707

Black with #BD4707

Text Example


Text Example

White with #BD4707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4707; }

 p { color: rgb(189,71,7); }

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

background-color css

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

 a { background-color: rgb(189,71,7); }

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

border-color css

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

 span { border-color: rgb(189,71,7); }

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