Html Css Color HEX #B46730 Reno Sand

📋 copy color: '#B46730'

red 180 ◦ green 103 ◦ blue 48

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

Shades of Reno Sand #B46730

Tints of Reno Sand #B46730

RGB

 RED value IS 180 (70.7% from 255) = 54.38%

 GREEN value IS 103 (40.63% from 255) = 31.12%

 BLUE value IS 48 (19.14% from 255) = 14.5%

R = 54.38%
G = 31.12%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B46730 (or 0xB46730) is known color: Reno Sand. HEX triplet: B4, 67 and 30. RGB value is (180,103,48). Sum of RGB (Red+Green+Blue) = 180+103+48=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B46730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46730 is #4B98CF. Grayscale: #787878. Windows color (decimal): -4954320 or 3172276. OLE color: 3172276.

HSL color Cylindrical-coordinate representation of color #B46730: hue angle of 25º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B46730 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 103 48 -
CMYK 0 0.43 0.73 0.29
HSL 25º 0.58% 0.45% -
HSV(B) 25º 0.73% 0.71% -
XYZ 24.21 19.62 5.31 -
YUV 119.75 87.51 170.97 -
System Red Green Blue C M Y K H S L
Decimal 180 103 48 0 0.43 0.73 0.29 25 0.58 0.45
Hex B4 67 30 0 2B 49 1D 19 3A 2D
Octal 264 147 60 0 53 111 35 31 72 55
Binary 10110100 1100111 110000 0 101011 1001001 11101 11001 111010 101101

Color Harmonies of #B46730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46730

Black with #B46730

Text Example


Text Example

White with #B46730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46730; }

 p { color: rgb(180,103,48); }

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

background-color css

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

 a { background-color: rgb(180,103,48); }

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

border-color css

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

 span { border-color: rgb(180,103,48); }

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