Html Css Color HEX #B0682E Reno Sand

📋 copy color: '#B0682E'

red 176 ◦ green 104 ◦ blue 46

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

Shades of Reno Sand #B0682E

Tints of Reno Sand #B0682E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.11%

R = 53.99%
G = 31.9%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0682E (or 0xB0682E) is known color: Reno Sand. HEX triplet: B0, 68 and 2E. RGB value is (176,104,46). Sum of RGB (Red+Green+Blue) = 176+104+46=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B0682E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0682E is #4F97D1. Grayscale: #777777. Windows color (decimal): -5216210 or 3041456. OLE color: 3041456.

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

Color convert

RGB 176 104 46 -
CMYK 0 0.41 0.74 0.31
HSL 26.77º 0.59% 0.44% -
HSV(B) 26.77º 0.74% 0.69% -
XYZ 23.35 19.33 5.08 -
YUV 118.92 86.85 168.72 -
System Red Green Blue C M Y K H S L
Decimal 176 104 46 0 0.41 0.74 0.31 26.77 0.59 0.44
Hex B0 68 2E 0 29 4A 1F 1B 3B 2C
Octal 260 150 56 0 51 112 37 33 73 54
Binary 10110000 1101000 101110 0 101001 1001010 11111 11011 111011 101100

Color Harmonies of #B0682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0682E

Black with #B0682E

Text Example


Text Example

White with #B0682E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0682E; }

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

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

background-color css

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

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

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

border-color css

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

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

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