Html Css Color HEX #B2682F Reno Sand

📋 copy color: '#B2682F'

red 178 ◦ green 104 ◦ blue 47

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

Shades of Reno Sand #B2682F

Tints of Reno Sand #B2682F

RGB

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

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

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

R = 54.1%
G = 31.61%
B = 14.29%

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

#B2682F (or 0xB2682F) is known color: Reno Sand. HEX triplet: B2, 68 and 2F. RGB value is (178,104,47). Sum of RGB (Red+Green+Blue) = 178+104+47=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B2682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2682F is #4D97D0. Grayscale: #777777. Windows color (decimal): -5085137 or 3106994. OLE color: 3106994.

HSL color Cylindrical-coordinate representation of color #B2682F: hue angle of 26.11º degrees, saturation: 0.58, 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 #B2682F is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 104 47 -
CMYK 0 0.42 0.74 0.30
HSL 26.11º 0.58% 0.44% -
HSV(B) 26.11º 0.74% 0.7% -
XYZ 23.82 19.57 5.21 -
YUV 119.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 178 104 47 0 0.42 0.74 0.30 26.11 0.58 0.44
Hex B2 68 2F 0 2A 4A 1E 1A 3A 2C
Octal 262 150 57 0 52 112 36 32 72 54
Binary 10110010 1101000 101111 0 101010 1001010 11110 11010 111010 101100

Color Harmonies of #B2682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2682F

Black with #B2682F

Text Example


Text Example

White with #B2682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2682F; }

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

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

background-color css

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

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

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

border-color css

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

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

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