Html Css Color HEX #B4773B Reno Sand

📋 copy color: '#B4773B'

red 180 ◦ green 119 ◦ blue 59

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

Shades of Reno Sand #B4773B

Tints of Reno Sand #B4773B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.24%

 BLUE value IS 59 (23.44% from 255) = 16.48%

R = 50.28%
G = 33.24%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4773B (or 0xB4773B) is known color: Reno Sand. HEX triplet: B4, 77 and 3B. RGB value is (180,119,59). Sum of RGB (Red+Green+Blue) = 180+119+59=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4773B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4773B is #4B88C4. Grayscale: #828282. Windows color (decimal): -4950213 or 3897268. OLE color: 3897268.

HSL color Cylindrical-coordinate representation of color #B4773B: hue angle of 29.75º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4773B is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 119 59 -
CMYK 0 0.34 0.67 0.29
HSL 29.75º 0.51% 0.47% -
HSV(B) 29.75º 0.67% 0.71% -
XYZ 26.21 23.21 7.24 -
YUV 130.4 87.71 163.38 -
System Red Green Blue C M Y K H S L
Decimal 180 119 59 0 0.34 0.67 0.29 29.75 0.51 0.47
Hex B4 77 3B 0 22 43 1D 1E 33 2F
Octal 264 167 73 0 42 103 35 36 63 57
Binary 10110100 1110111 111011 0 100010 1000011 11101 11110 110011 101111

Color Harmonies of #B4773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4773B

Black with #B4773B

Text Example


Text Example

White with #B4773B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4773B; }

 p { color: rgb(180,119,59); }

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

background-color css

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

 a { background-color: rgb(180,119,59); }

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

border-color css

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

 span { border-color: rgb(180,119,59); }

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