Html Css Color HEX #B14F08 Rust

📋 copy color: '#B14F08'

red 177 ◦ green 79 ◦ blue 8

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

Shades of Rust #B14F08

Tints of Rust #B14F08

RGB

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

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

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

R = 67.05%
G = 29.92%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B14F08 (or 0xB14F08) is known color: Rust. HEX triplet: B1, 4F and 08. RGB value is (177,79,8). Sum of RGB (Red+Green+Blue) = 177+79+8=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14F08 is #4EB0F7. Grayscale: #646464. Windows color (decimal): -5157112 or 544689. OLE color: 544689.

HSL color Cylindrical-coordinate representation of color #B14F08: hue angle of 25.21º 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 #B14F08 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 79 8 -
CMYK 0 0.55 0.95 0.31
HSL 25.21º 0.91% 0.36% -
HSV(B) 25.21º 0.95% 0.69% -
XYZ 20.97 14.96 2.01 -
YUV 100.21 75.97 182.77 -
System Red Green Blue C M Y K H S L
Decimal 177 79 8 0 0.55 0.95 0.31 25.21 0.91 0.36
Hex B1 4F 8 0 37 5F 1F 19 5B 24
Octal 261 117 10 0 67 137 37 31 133 44
Binary 10110001 1001111 1000 0 110111 1011111 11111 11001 1011011 100100

Color Harmonies of #B14F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14F08

Black with #B14F08

Text Example


Text Example

White with #B14F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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