Html Css Color HEX #B07534 Reno Sand

📋 copy color: '#B07534'

red 176 ◦ green 117 ◦ blue 52

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

Shades of Reno Sand #B07534

Tints of Reno Sand #B07534

RGB

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

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

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

R = 51.01%
G = 33.91%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B07534 (or 0xB07534) is known color: Reno Sand. HEX triplet: B0, 75 and 34. RGB value is (176,117,52). Sum of RGB (Red+Green+Blue) = 176+117+52=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B07534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07534 is #4F8ACB. Grayscale: #7F7F7F. Windows color (decimal): -5212876 or 3438000. OLE color: 3438000.

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

Color convert

RGB 176 117 52 -
CMYK 0 0.34 0.70 0.31
HSL 31.45º 0.54% 0.45% -
HSV(B) 31.45º 0.7% 0.69% -
XYZ 24.89 22.2 6.22 -
YUV 127.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 176 117 52 0 0.34 0.70 0.31 31.45 0.54 0.45
Hex B0 75 34 0 22 46 1F 1F 36 2D
Octal 260 165 64 0 42 106 37 37 66 55
Binary 10110000 1110101 110100 0 100010 1000110 11111 11111 110110 101101

Color Harmonies of #B07534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07534

Black with #B07534

Text Example


Text Example

White with #B07534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07534; }

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

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

background-color css

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

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

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

border-color css

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

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

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