Html Css Color HEX #B0682F Reno Sand

📋 copy color: '#B0682F'

red 176 ◦ green 104 ◦ blue 47

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

Shades of Reno Sand #B0682F

Tints of Reno Sand #B0682F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.8%

 BLUE value IS 47 (18.75% from 255) = 14.37%

R = 53.82%
G = 31.8%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0682F (or 0xB0682F) is known color: Reno Sand. HEX triplet: B0, 68 and 2F. RGB value is (176,104,47). Sum of RGB (Red+Green+Blue) = 176+104+47=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B0682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0682F is #4F97D0. Grayscale: #777777. Windows color (decimal): -5216209 or 3106992. OLE color: 3106992.

HSL color Cylindrical-coordinate representation of color #B0682F: hue angle of 26.51º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0682F is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 104 47 -
CMYK 0 0.41 0.73 0.31
HSL 26.51º 0.58% 0.44% -
HSV(B) 26.51º 0.73% 0.69% -
XYZ 23.37 19.34 5.19 -
YUV 119.03 87.35 168.63 -
System Red Green Blue C M Y K H S L
Decimal 176 104 47 0 0.41 0.73 0.31 26.51 0.58 0.44
Hex B0 68 2F 0 29 49 1F 1B 3A 2C
Octal 260 150 57 0 51 111 37 33 72 54
Binary 10110000 1101000 101111 0 101001 1001001 11111 11011 111010 101100

Color Harmonies of #B0682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0682F

Black with #B0682F

Text Example


Text Example

White with #B0682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0682F; }

 p { color: rgb(176,104,47); }

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

background-color css

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

 a { background-color: rgb(176,104,47); }

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

border-color css

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

 span { border-color: rgb(176,104,47); }

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