Html Css Color HEX #B46729 Reno Sand

📋 copy color: '#B46729'

red 180 ◦ green 103 ◦ blue 41

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

Shades of Reno Sand #B46729

Tints of Reno Sand #B46729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.65%

R = 55.56%
G = 31.79%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B46729 (or 0xB46729) is known color: Reno Sand. HEX triplet: B4, 67 and 29. RGB value is (180,103,41). Sum of RGB (Red+Green+Blue) = 180+103+41=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B46729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46729 is #4B98D6. Grayscale: #777777. Windows color (decimal): -4954327 or 2713524. OLE color: 2713524.

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

Color convert

RGB 180 103 41 -
CMYK 0 0.43 0.77 0.29
HSL 26.76º 0.63% 0.43% -
HSV(B) 26.76º 0.77% 0.71% -
XYZ 24.07 19.56 4.61 -
YUV 118.96 84.01 171.54 -
System Red Green Blue C M Y K H S L
Decimal 180 103 41 0 0.43 0.77 0.29 26.76 0.63 0.43
Hex B4 67 29 0 2B 4D 1D 1B 3F 2B
Octal 264 147 51 0 53 115 35 33 77 53
Binary 10110100 1100111 101001 0 101011 1001101 11101 11011 111111 101011

Color Harmonies of #B46729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46729

Black with #B46729

Text Example


Text Example

White with #B46729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46729; }

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

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

background-color css

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

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

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

border-color css

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

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

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