Html Css Color HEX #B65814 Rust

📋 copy color: '#B65814'

red 182 ◦ green 88 ◦ blue 20

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

Shades of Rust #B65814

Tints of Rust #B65814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.34%

 BLUE value IS 20 (8.2% from 255) = 6.9%

R = 62.76%
G = 30.34%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B65814 (or 0xB65814) is known color: Rust. HEX triplet: B6, 58 and 14. RGB value is (182,88,20). Sum of RGB (Red+Green+Blue) = 182+88+20=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B65814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65814 is #49A7EB. Grayscale: #6C6C6C. Windows color (decimal): -4827116 or 1333430. OLE color: 1333430.

HSL color Cylindrical-coordinate representation of color #B65814: hue angle of 25.19º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B65814 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 88 20 -
CMYK 0 0.52 0.89 0.29
HSL 25.19º 0.8% 0.4% -
HSV(B) 25.19º 0.89% 0.71% -
XYZ 22.91 16.98 2.73 -
YUV 108.35 78.14 180.53 -
System Red Green Blue C M Y K H S L
Decimal 182 88 20 0 0.52 0.89 0.29 25.19 0.8 0.4
Hex B6 58 14 0 34 59 1D 19 50 28
Octal 266 130 24 0 64 131 35 31 120 50
Binary 10110110 1011000 10100 0 110100 1011001 11101 11001 1010000 101000

Color Harmonies of #B65814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65814

Black with #B65814

Text Example


Text Example

White with #B65814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65814; }

 p { color: rgb(182,88,20); }

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

background-color css

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

 a { background-color: rgb(182,88,20); }

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

border-color css

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

 span { border-color: rgb(182,88,20); }

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