Html Css Color HEX #B14708 Rust

📋 copy color: '#B14708'

red 177 ◦ green 71 ◦ blue 8

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

Shades of Rust #B14708

Tints of Rust #B14708

RGB

 RED value IS 177 (69.53% from 255) = 69.14%

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

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

R = 69.14%
G = 27.73%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B14708 (or 0xB14708) is known color: Rust. HEX triplet: B1, 47 and 08. RGB value is (177,71,8). Sum of RGB (Red+Green+Blue) = 177+71+8=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B14708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14708 is #4EB8F7. Grayscale: #5F5F5F. Windows color (decimal): -5159160 or 542641. OLE color: 542641.

HSL color Cylindrical-coordinate representation of color #B14708: hue angle of 22.37º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B14708 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 71 8 -
CMYK 0 0.60 0.95 0.31
HSL 22.37º 0.91% 0.36% -
HSV(B) 22.37º 0.95% 0.69% -
XYZ 20.43 13.87 1.83 -
YUV 95.51 78.62 186.12 -
System Red Green Blue C M Y K H S L
Decimal 177 71 8 0 0.60 0.95 0.31 22.37 0.91 0.36
Hex B1 47 8 0 3C 5F 1F 16 5B 24
Octal 261 107 10 0 74 137 37 26 133 44
Binary 10110001 1000111 1000 0 111100 1011111 11111 10110 1011011 100100

Color Harmonies of #B14708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14708

Black with #B14708

Text Example


Text Example

White with #B14708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14708; }

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

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

background-color css

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

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

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

border-color css

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

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

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