Html Css Color HEX #B07136 Reno Sand

📋 copy color: '#B07136'

red 176 ◦ green 113 ◦ blue 54

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

Shades of Reno Sand #B07136

Tints of Reno Sand #B07136

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.94%

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

R = 51.31%
G = 32.94%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B07136 (or 0xB07136) is known color: Reno Sand. HEX triplet: B0, 71 and 36. RGB value is (176,113,54). Sum of RGB (Red+Green+Blue) = 176+113+54=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B07136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07136 is #4F8EC9. Grayscale: #7D7D7D. Windows color (decimal): -5213898 or 3568048. OLE color: 3568048.

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

Color convert

RGB 176 113 54 -
CMYK 0 0.36 0.69 0.31
HSL 29.02º 0.53% 0.45% -
HSV(B) 29.02º 0.69% 0.69% -
XYZ 24.48 21.31 6.31 -
YUV 125.11 87.87 164.3 -
System Red Green Blue C M Y K H S L
Decimal 176 113 54 0 0.36 0.69 0.31 29.02 0.53 0.45
Hex B0 71 36 0 24 45 1F 1D 35 2D
Octal 260 161 66 0 44 105 37 35 65 55
Binary 10110000 1110001 110110 0 100100 1000101 11111 11101 110101 101101

Color Harmonies of #B07136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07136

Black with #B07136

Text Example


Text Example

White with #B07136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07136; }

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

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

background-color css

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

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

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

border-color css

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

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

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