Html Css Color HEX #B54708 Rust

📋 copy color: '#B54708'

red 181 ◦ green 71 ◦ blue 8

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

Shades of Rust #B54708

Tints of Rust #B54708

RGB

 RED value IS 181 (71.09% from 255) = 69.62%

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

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

R = 69.62%
G = 27.31%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B54708 (or 0xB54708) is known color: Rust. HEX triplet: B5, 47 and 08. RGB value is (181,71,8). Sum of RGB (Red+Green+Blue) = 181+71+8=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B54708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54708 is #4AB8F7. Grayscale: #616161. Windows color (decimal): -4897016 or 542645. OLE color: 542645.

HSL color Cylindrical-coordinate representation of color #B54708: hue angle of 21.85º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B54708 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 71 8 -
CMYK 0 0.61 0.96 0.29
HSL 21.85º 0.92% 0.37% -
HSV(B) 21.85º 0.96% 0.71% -
XYZ 21.35 14.35 1.87 -
YUV 96.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 181 71 8 0 0.61 0.96 0.29 21.85 0.92 0.37
Hex B5 47 8 0 3D 60 1D 16 5C 25
Octal 265 107 10 0 75 140 35 26 134 45
Binary 10110101 1000111 1000 0 111101 1100000 11101 10110 1011100 100101

Color Harmonies of #B54708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54708

Black with #B54708

Text Example


Text Example

White with #B54708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54708; }

 p { color: rgb(181,71,8); }

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

background-color css

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

 a { background-color: rgb(181,71,8); }

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

border-color css

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

 span { border-color: rgb(181,71,8); }

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