Html Css Color HEX #B74F06 Rust

📋 copy color: '#B74F06'

red 183 ◦ green 79 ◦ blue 6

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

Shades of Rust #B74F06

Tints of Rust #B74F06

RGB

 RED value IS 183 (71.88% from 255) = 68.28%

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

 BLUE value IS 6 (2.73% from 255) = 2.24%

R = 68.28%
G = 29.48%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B74F06 (or 0xB74F06) is known color: Rust. HEX triplet: B7, 4F and 06. RGB value is (183,79,6). Sum of RGB (Red+Green+Blue) = 183+79+6=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74F06 is #48B0F9. Grayscale: #666666. Windows color (decimal): -4763898 or 413623. OLE color: 413623.

HSL color Cylindrical-coordinate representation of color #B74F06: hue angle of 24.75º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B74F06 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 79 6 -
CMYK 0 0.57 0.97 0.28
HSL 24.75º 0.94% 0.37% -
HSV(B) 24.75º 0.97% 0.72% -
XYZ 22.36 15.67 2.02 -
YUV 101.77 73.96 185.94 -
System Red Green Blue C M Y K H S L
Decimal 183 79 6 0 0.57 0.97 0.28 24.75 0.94 0.37
Hex B7 4F 6 0 39 61 1C 19 5E 25
Octal 267 117 6 0 71 141 34 31 136 45
Binary 10110111 1001111 110 0 111001 1100001 11100 11001 1011110 100101

Color Harmonies of #B74F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F06

Black with #B74F06

Text Example


Text Example

White with #B74F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F06; }

 p { color: rgb(183,79,6); }

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

background-color css

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

 a { background-color: rgb(183,79,6); }

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

border-color css

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

 span { border-color: rgb(183,79,6); }

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