Html Css Color HEX #B7B682 Pine Glade

📋 copy color: '#B7B682'

red 183 ◦ green 182 ◦ blue 130

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

Shades of Pine Glade #B7B682

Tints of Pine Glade #B7B682

RGB

 RED value IS 183 (71.88% from 255) = 36.97%

 GREEN value IS 182 (71.48% from 255) = 36.77%

 BLUE value IS 130 (51.17% from 255) = 26.26%

R = 36.97%
G = 36.77%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B7B682 (or 0xB7B682) is known color: Pine Glade. HEX triplet: B7, B6 and 82. RGB value is (183,182,130). Sum of RGB (Red+Green+Blue) = 183+182+130=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B682 is #48497D. Grayscale: #B0B0B0. Windows color (decimal): -4737406 or 8566455. OLE color: 8566455.

HSL color Cylindrical-coordinate representation of color #B7B682: hue angle of 58.87º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7B682 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 182 130 -
CMYK 0 0.01 0.29 0.28
HSL 58.87º 0.27% 0.61% -
HSV(B) 58.87º 0.29% 0.72% -
XYZ 40.29 45.13 27.71 -
YUV 176.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 183 182 130 0 0.01 0.29 0.28 58.87 0.27 0.61
Hex B7 B6 82 0 1 1D 1C 3B 1B 3D
Octal 267 266 202 0 1 35 34 73 33 75
Binary 10110111 10110110 10000010 0 1 11101 11100 111011 11011 111101

Color Harmonies of #B7B682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B682

Black with #B7B682

Text Example


Text Example

White with #B7B682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B682; }

 p { color: rgb(183,182,130); }

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

background-color css

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

 a { background-color: rgb(183,182,130); }

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

border-color css

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

 span { border-color: rgb(183,182,130); }

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