Html Css Color HEX #B65307 Rust

📋 copy color: '#B65307'

red 182 ◦ green 83 ◦ blue 7

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

Shades of Rust #B65307

Tints of Rust #B65307

RGB

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

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

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

R = 66.91%
G = 30.51%
B = 2.57%

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

#B65307 (or 0xB65307) is known color: Rust. HEX triplet: B6, 53 and 07. RGB value is (182,83,7). Sum of RGB (Red+Green+Blue) = 182+83+7=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B65307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65307 is #49ACF8. Grayscale: #686868. Windows color (decimal): -4828409 or 480182. OLE color: 480182.

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

Color convert

RGB 182 83 7 -
CMYK 0 0.54 0.96 0.29
HSL 26.06º 0.93% 0.37% -
HSV(B) 26.06º 0.96% 0.71% -
XYZ 22.42 16.15 2.14 -
YUV 103.94 73.3 183.68 -
System Red Green Blue C M Y K H S L
Decimal 182 83 7 0 0.54 0.96 0.29 26.06 0.93 0.37
Hex B6 53 7 0 36 60 1D 1A 5D 25
Octal 266 123 7 0 66 140 35 32 135 45
Binary 10110110 1010011 111 0 110110 1100000 11101 11010 1011101 100101

Color Harmonies of #B65307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65307

Black with #B65307

Text Example


Text Example

White with #B65307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65307; }

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

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

background-color css

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

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

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

border-color css

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

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

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