Html Css Color HEX #B0662F Reno Sand

📋 copy color: '#B0662F'

red 176 ◦ green 102 ◦ blue 47

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

Shades of Reno Sand #B0662F

Tints of Reno Sand #B0662F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

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

R = 54.15%
G = 31.38%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0662F (or 0xB0662F) is known color: Reno Sand. HEX triplet: B0, 66 and 2F. RGB value is (176,102,47). Sum of RGB (Red+Green+Blue) = 176+102+47=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B0662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0662F is #4F99D0. Grayscale: #767676. Windows color (decimal): -5216721 or 3106480. OLE color: 3106480.

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

Color convert

RGB 176 102 47 -
CMYK 0 0.42 0.73 0.31
HSL 25.58º 0.58% 0.44% -
HSV(B) 25.58º 0.73% 0.69% -
XYZ 23.17 18.94 5.12 -
YUV 117.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 176 102 47 0 0.42 0.73 0.31 25.58 0.58 0.44
Hex B0 66 2F 0 2A 49 1F 1A 3A 2C
Octal 260 146 57 0 52 111 37 32 72 54
Binary 10110000 1100110 101111 0 101010 1001001 11111 11010 111010 101100

Color Harmonies of #B0662F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0662F

Black with #B0662F

Text Example


Text Example

White with #B0662F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0662F; }

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

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

background-color css

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

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

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

border-color css

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

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

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