Html Css Color HEX #B07336 Reno Sand

📋 copy color: '#B07336'

red 176 ◦ green 115 ◦ blue 54

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

Shades of Reno Sand #B07336

Tints of Reno Sand #B07336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.65%

R = 51.01%
G = 33.33%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B07336 (or 0xB07336) is known color: Reno Sand. HEX triplet: B0, 73 and 36. RGB value is (176,115,54). Sum of RGB (Red+Green+Blue) = 176+115+54=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B07336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07336 is #4F8CC9. Grayscale: #7E7E7E. Windows color (decimal): -5213386 or 3568560. OLE color: 3568560.

HSL color Cylindrical-coordinate representation of color #B07336: hue angle of 30º degrees, saturation: 0.53, 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 #B07336 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 115 54 -
CMYK 0 0.35 0.69 0.31
HSL 30º 0.53% 0.45% -
HSV(B) 30º 0.69% 0.69% -
XYZ 24.7 21.76 6.39 -
YUV 126.29 87.21 163.46 -
System Red Green Blue C M Y K H S L
Decimal 176 115 54 0 0.35 0.69 0.31 30 0.53 0.45
Hex B0 73 36 0 23 45 1F 1E 35 2D
Octal 260 163 66 0 43 105 37 36 65 55
Binary 10110000 1110011 110110 0 100011 1000101 11111 11110 110101 101101

Color Harmonies of #B07336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07336

Black with #B07336

Text Example


Text Example

White with #B07336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07336; }

 p { color: rgb(176,115,54); }

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

background-color css

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

 a { background-color: rgb(176,115,54); }

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

border-color css

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

 span { border-color: rgb(176,115,54); }

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