Html Css Color HEX #B37534 Reno Sand

📋 copy color: '#B37534'

red 179 ◦ green 117 ◦ blue 52

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

Shades of Reno Sand #B37534

Tints of Reno Sand #B37534

RGB

 RED value IS 179 (70.31% from 255) = 51.44%

 GREEN value IS 117 (46.09% from 255) = 33.62%

 BLUE value IS 52 (20.7% from 255) = 14.94%

R = 51.44%
G = 33.62%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B37534 (or 0xB37534) is known color: Reno Sand. HEX triplet: B3, 75 and 34. RGB value is (179,117,52). Sum of RGB (Red+Green+Blue) = 179+117+52=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B37534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37534 is #4C8ACB. Grayscale: #808080. Windows color (decimal): -5016268 or 3438003. OLE color: 3438003.

HSL color Cylindrical-coordinate representation of color #B37534: hue angle of 30.71º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B37534 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 117 52 -
CMYK 0 0.35 0.71 0.30
HSL 30.71º 0.55% 0.45% -
HSV(B) 30.71º 0.71% 0.7% -
XYZ 25.57 22.55 6.25 -
YUV 128.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 179 117 52 0 0.35 0.71 0.30 30.71 0.55 0.45
Hex B3 75 34 0 23 47 1E 1F 37 2D
Octal 263 165 64 0 43 107 36 37 67 55
Binary 10110011 1110101 110100 0 100011 1000111 11110 11111 110111 101101

Color Harmonies of #B37534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37534

Black with #B37534

Text Example


Text Example

White with #B37534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37534; }

 p { color: rgb(179,117,52); }

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

background-color css

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

 a { background-color: rgb(179,117,52); }

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

border-color css

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

 span { border-color: rgb(179,117,52); }

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