Html Css Color HEX #B8B47C Pine Glade

📋 copy color: '#B8B47C'

red 184 ◦ green 180 ◦ blue 124

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

Shades of Pine Glade #B8B47C

Tints of Pine Glade #B8B47C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.89%

 BLUE value IS 124 (48.83% from 255) = 25.41%

R = 37.7%
G = 36.89%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8B47C (or 0xB8B47C) is known color: Pine Glade. HEX triplet: B8, B4 and 7C. RGB value is (184,180,124). Sum of RGB (Red+Green+Blue) = 184+180+124=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B47C is #474B83. Grayscale: #AFAFAF. Windows color (decimal): -4672388 or 8172728. OLE color: 8172728.

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

Color convert

RGB 184 180 124 -
CMYK 0 0.02 0.33 0.28
HSL 56º 0.3% 0.6% -
HSV(B) 56º 0.33% 0.72% -
XYZ 39.73 44.29 25.52 -
YUV 174.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 184 180 124 0 0.02 0.33 0.28 56 0.3 0.6
Hex B8 B4 7C 0 2 21 1C 38 1E 3C
Octal 270 264 174 0 2 41 34 70 36 74
Binary 10111000 10110100 1111100 0 10 100001 11100 111000 11110 111100

Color Harmonies of #B8B47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B47C

Black with #B8B47C

Text Example


Text Example

White with #B8B47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B47C; }

 p { color: rgb(184,180,124); }

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

background-color css

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

 a { background-color: rgb(184,180,124); }

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

border-color css

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

 span { border-color: rgb(184,180,124); }

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