Html Css Color HEX #B2682E Reno Sand

📋 copy color: '#B2682E'

red 178 ◦ green 104 ◦ blue 46

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

Shades of Reno Sand #B2682E

Tints of Reno Sand #B2682E

RGB

 RED value IS 178 (69.92% from 255) = 54.27%

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

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

R = 54.27%
G = 31.71%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2682E (or 0xB2682E) is known color: Reno Sand. HEX triplet: B2, 68 and 2E. RGB value is (178,104,46). Sum of RGB (Red+Green+Blue) = 178+104+46=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B2682E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2682E is #4D97D1. Grayscale: #777777. Windows color (decimal): -5085138 or 3041458. OLE color: 3041458.

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

Color convert

RGB 178 104 46 -
CMYK 0 0.42 0.74 0.30
HSL 26.36º 0.59% 0.44% -
HSV(B) 26.36º 0.74% 0.7% -
XYZ 23.8 19.56 5.11 -
YUV 119.51 86.52 169.72 -
System Red Green Blue C M Y K H S L
Decimal 178 104 46 0 0.42 0.74 0.30 26.36 0.59 0.44
Hex B2 68 2E 0 2A 4A 1E 1A 3B 2C
Octal 262 150 56 0 52 112 36 32 73 54
Binary 10110010 1101000 101110 0 101010 1001010 11110 11010 111011 101100

Color Harmonies of #B2682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2682E

Black with #B2682E

Text Example


Text Example

White with #B2682E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2682E; }

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

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

background-color css

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

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

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

border-color css

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

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

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