Html Css Color HEX #BD4F08 Rust

📋 copy color: '#BD4F08'

red 189 ◦ green 79 ◦ blue 8

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

Shades of Rust #BD4F08

Tints of Rust #BD4F08

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.62%

 BLUE value IS 8 (3.52% from 255) = 2.9%

R = 68.48%
G = 28.62%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD4F08 (or 0xBD4F08) is known color: Rust. HEX triplet: BD, 4F and 08. RGB value is (189,79,8). Sum of RGB (Red+Green+Blue) = 189+79+8=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4F08 is #42B0F7. Grayscale: #686868. Windows color (decimal): -4370680 or 544701. OLE color: 544701.

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

Color convert

RGB 189 79 8 -
CMYK 0 0.58 0.96 0.26
HSL 23.54º 0.92% 0.39% -
HSV(B) 23.54º 0.96% 0.74% -
XYZ 23.83 16.43 2.14 -
YUV 103.8 73.94 188.77 -
System Red Green Blue C M Y K H S L
Decimal 189 79 8 0 0.58 0.96 0.26 23.54 0.92 0.39
Hex BD 4F 8 0 3A 60 1A 18 5C 27
Octal 275 117 10 0 72 140 32 30 134 47
Binary 10111101 1001111 1000 0 111010 1100000 11010 11000 1011100 100111

Color Harmonies of #BD4F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F08

Black with #BD4F08

Text Example


Text Example

White with #BD4F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F08; }

 p { color: rgb(189,79,8); }

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

background-color css

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

 a { background-color: rgb(189,79,8); }

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

border-color css

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

 span { border-color: rgb(189,79,8); }

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