Html Css Color HEX #B8B681 Pine Glade

📋 copy color: '#B8B681'

red 184 ◦ green 182 ◦ blue 129

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

Shades of Pine Glade #B8B681

Tints of Pine Glade #B8B681

RGB

 RED value IS 184 (72.27% from 255) = 37.17%

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

 BLUE value IS 129 (50.78% from 255) = 26.06%

R = 37.17%
G = 36.77%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B8B681 (or 0xB8B681) is known color: Pine Glade. HEX triplet: B8, B6 and 81. RGB value is (184,182,129). Sum of RGB (Red+Green+Blue) = 184+182+129=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B681 is #47497E. Grayscale: #B0B0B0. Windows color (decimal): -4671871 or 8500920. OLE color: 8500920.

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

Color convert

RGB 184 182 129 -
CMYK 0 0.01 0.30 0.28
HSL 57.82º 0.28% 0.61% -
HSV(B) 57.82º 0.3% 0.72% -
XYZ 40.46 45.23 27.37 -
YUV 176.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 184 182 129 0 0.01 0.30 0.28 57.82 0.28 0.61
Hex B8 B6 81 0 1 1E 1C 3A 1C 3D
Octal 270 266 201 0 1 36 34 72 34 75
Binary 10111000 10110110 10000001 0 1 11110 11100 111010 11100 111101

Color Harmonies of #B8B681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B681

Black with #B8B681

Text Example


Text Example

White with #B8B681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B681; }

 p { color: rgb(184,182,129); }

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

background-color css

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

 a { background-color: rgb(184,182,129); }

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

border-color css

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

 span { border-color: rgb(184,182,129); }

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