Html Css Color HEX #B65308 Rust

📋 copy color: '#B65308'

red 182 ◦ green 83 ◦ blue 8

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

Shades of Rust #B65308

Tints of Rust #B65308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.4%

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

R = 66.67%
G = 30.4%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B65308 (or 0xB65308) is known color: Rust. HEX triplet: B6, 53 and 08. RGB value is (182,83,8). Sum of RGB (Red+Green+Blue) = 182+83+8=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B65308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65308 is #49ACF7. Grayscale: #686868. Windows color (decimal): -4828408 or 545718. OLE color: 545718.

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

Color convert

RGB 182 83 8 -
CMYK 0 0.54 0.96 0.29
HSL 25.86º 0.92% 0.37% -
HSV(B) 25.86º 0.96% 0.71% -
XYZ 22.43 16.15 2.16 -
YUV 104.05 73.8 183.6 -
System Red Green Blue C M Y K H S L
Decimal 182 83 8 0 0.54 0.96 0.29 25.86 0.92 0.37
Hex B6 53 8 0 36 60 1D 1A 5C 25
Octal 266 123 10 0 66 140 35 32 134 45
Binary 10110110 1010011 1000 0 110110 1100000 11101 11010 1011100 100101

Color Harmonies of #B65308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65308

Black with #B65308

Text Example


Text Example

White with #B65308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65308; }

 p { color: rgb(182,83,8); }

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

background-color css

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

 a { background-color: rgb(182,83,8); }

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

border-color css

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

 span { border-color: rgb(182,83,8); }

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