Html Css Color HEX #B07537 Reno Sand

📋 copy color: '#B07537'

red 176 ◦ green 117 ◦ blue 55

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

Shades of Reno Sand #B07537

Tints of Reno Sand #B07537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.8%

R = 50.57%
G = 33.62%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B07537 (or 0xB07537) is known color: Reno Sand. HEX triplet: B0, 75 and 37. RGB value is (176,117,55). Sum of RGB (Red+Green+Blue) = 176+117+55=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B07537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07537 is #4F8AC8. Grayscale: #7F7F7F. Windows color (decimal): -5212873 or 3634608. OLE color: 3634608.

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

Color convert

RGB 176 117 55 -
CMYK 0 0.34 0.69 0.31
HSL 30.74º 0.52% 0.45% -
HSV(B) 30.74º 0.69% 0.69% -
XYZ 24.96 22.23 6.59 -
YUV 127.57 87.05 162.54 -
System Red Green Blue C M Y K H S L
Decimal 176 117 55 0 0.34 0.69 0.31 30.74 0.52 0.45
Hex B0 75 37 0 22 45 1F 1F 34 2D
Octal 260 165 67 0 42 105 37 37 64 55
Binary 10110000 1110101 110111 0 100010 1000101 11111 11111 110100 101101

Color Harmonies of #B07537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07537

Black with #B07537

Text Example


Text Example

White with #B07537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07537; }

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

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

background-color css

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

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

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

border-color css

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

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

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