Html Css Color HEX #B4733B Reno Sand

📋 copy color: '#B4733B'

red 180 ◦ green 115 ◦ blue 59

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

Shades of Reno Sand #B4733B

Tints of Reno Sand #B4733B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.49%

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

R = 50.85%
G = 32.49%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4733B (or 0xB4733B) is known color: Reno Sand. HEX triplet: B4, 73 and 3B. RGB value is (180,115,59). Sum of RGB (Red+Green+Blue) = 180+115+59=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B4733B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4733B is #4B8CC4. Grayscale: #808080. Windows color (decimal): -4951237 or 3896244. OLE color: 3896244.

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

Color convert

RGB 180 115 59 -
CMYK 0 0.36 0.67 0.29
HSL 27.77º 0.51% 0.47% -
HSV(B) 27.77º 0.67% 0.71% -
XYZ 25.74 22.28 7.08 -
YUV 128.05 89.03 165.05 -
System Red Green Blue C M Y K H S L
Decimal 180 115 59 0 0.36 0.67 0.29 27.77 0.51 0.47
Hex B4 73 3B 0 24 43 1D 1C 33 2F
Octal 264 163 73 0 44 103 35 34 63 57
Binary 10110100 1110011 111011 0 100100 1000011 11101 11100 110011 101111

Color Harmonies of #B4733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4733B

Black with #B4733B

Text Example


Text Example

White with #B4733B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4733B; }

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

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

background-color css

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

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

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

border-color css

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

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

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