Html Css Color HEX #B46D2B Reno Sand

📋 copy color: '#B46D2B'

red 180 ◦ green 109 ◦ blue 43

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

Shades of Reno Sand #B46D2B

Tints of Reno Sand #B46D2B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

 BLUE value IS 43 (17.19% from 255) = 12.95%

R = 54.22%
G = 32.83%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B46D2B (or 0xB46D2B) is known color: Reno Sand. HEX triplet: B4, 6D and 2B. RGB value is (180,109,43). Sum of RGB (Red+Green+Blue) = 180+109+43=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46D2B is #4B92D4. Grayscale: #7B7B7B. Windows color (decimal): -4952789 or 2846132. OLE color: 2846132.

HSL color Cylindrical-coordinate representation of color #B46D2B: hue angle of 28.91º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B46D2B is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 109 43 -
CMYK 0 0.39 0.76 0.29
HSL 28.91º 0.61% 0.44% -
HSV(B) 28.91º 0.76% 0.71% -
XYZ 24.73 20.81 5 -
YUV 122.71 83.02 168.87 -
System Red Green Blue C M Y K H S L
Decimal 180 109 43 0 0.39 0.76 0.29 28.91 0.61 0.44
Hex B4 6D 2B 0 27 4C 1D 1D 3D 2C
Octal 264 155 53 0 47 114 35 35 75 54
Binary 10110100 1101101 101011 0 100111 1001100 11101 11101 111101 101100

Color Harmonies of #B46D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46D2B

Black with #B46D2B

Text Example


Text Example

White with #B46D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46D2B; }

 p { color: rgb(180,109,43); }

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

background-color css

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

 a { background-color: rgb(180,109,43); }

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

border-color css

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

 span { border-color: rgb(180,109,43); }

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