Html Css Color HEX #B07539 Reno Sand

📋 copy color: '#B07539'

red 176 ◦ green 117 ◦ blue 57

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

Shades of Reno Sand #B07539

Tints of Reno Sand #B07539

RGB

 RED value IS 176 (69.14% from 255) = 50.29%

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

 BLUE value IS 57 (22.66% from 255) = 16.29%

R = 50.29%
G = 33.43%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B07539 (or 0xB07539) is known color: Reno Sand. HEX triplet: B0, 75 and 39. RGB value is (176,117,57). Sum of RGB (Red+Green+Blue) = 176+117+57=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B07539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07539 is #4F8AC6. Grayscale: #808080. Windows color (decimal): -5212871 or 3765680. OLE color: 3765680.

HSL color Cylindrical-coordinate representation of color #B07539: hue angle of 30.25º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B07539 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 57 -
CMYK 0 0.34 0.68 0.31
HSL 30.25º 0.51% 0.46% -
HSV(B) 30.25º 0.68% 0.69% -
XYZ 25 22.25 6.85 -
YUV 127.8 88.05 162.38 -
System Red Green Blue C M Y K H S L
Decimal 176 117 57 0 0.34 0.68 0.31 30.25 0.51 0.46
Hex B0 75 39 0 22 44 1F 1E 33 2E
Octal 260 165 71 0 42 104 37 36 63 56
Binary 10110000 1110101 111001 0 100010 1000100 11111 11110 110011 101110

Color Harmonies of #B07539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07539

Black with #B07539

Text Example


Text Example

White with #B07539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07539; }

 p { color: rgb(176,117,57); }

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

background-color css

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

 a { background-color: rgb(176,117,57); }

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

border-color css

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

 span { border-color: rgb(176,117,57); }

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