Html Css Color HEX #B64F07 Rust

📋 copy color: '#B64F07'

red 182 ◦ green 79 ◦ blue 7

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

Shades of Rust #B64F07

Tints of Rust #B64F07

RGB

 RED value IS 182 (71.48% from 255) = 67.91%

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

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

R = 67.91%
G = 29.48%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B64F07 (or 0xB64F07) is known color: Rust. HEX triplet: B6, 4F and 07. RGB value is (182,79,7). Sum of RGB (Red+Green+Blue) = 182+79+7=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64F07 is #49B0F8. Grayscale: #656565. Windows color (decimal): -4829433 or 479158. OLE color: 479158.

HSL color Cylindrical-coordinate representation of color #B64F07: hue angle of 24.69º degrees, saturation: 0.93, 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 #B64F07 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 79 7 -
CMYK 0 0.57 0.96 0.29
HSL 24.69º 0.93% 0.37% -
HSV(B) 24.69º 0.96% 0.71% -
XYZ 22.13 15.55 2.04 -
YUV 101.59 74.62 185.35 -
System Red Green Blue C M Y K H S L
Decimal 182 79 7 0 0.57 0.96 0.29 24.69 0.93 0.37
Hex B6 4F 7 0 39 60 1D 19 5D 25
Octal 266 117 7 0 71 140 35 31 135 45
Binary 10110110 1001111 111 0 111001 1100000 11101 11001 1011101 100101

Color Harmonies of #B64F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64F07

Black with #B64F07

Text Example


Text Example

White with #B64F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64F07; }

 p { color: rgb(182,79,7); }

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

background-color css

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

 a { background-color: rgb(182,79,7); }

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

border-color css

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

 span { border-color: rgb(182,79,7); }

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