Html Css Color HEX #B4B37C Pine Glade

📋 copy color: '#B4B37C'

red 180 ◦ green 179 ◦ blue 124

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

Shades of Pine Glade #B4B37C

Tints of Pine Glade #B4B37C

RGB

 RED value IS 180 (70.7% from 255) = 37.27%

 GREEN value IS 179 (70.31% from 255) = 37.06%

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

R = 37.27%
G = 37.06%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4B37C (or 0xB4B37C) is known color: Pine Glade. HEX triplet: B4, B3 and 7C. RGB value is (180,179,124). Sum of RGB (Red+Green+Blue) = 180+179+124=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B37C is #4B4C83. Grayscale: #ADADAD. Windows color (decimal): -4934788 or 8172468. OLE color: 8172468.

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

Color convert

RGB 180 179 124 -
CMYK 0 0.01 0.31 0.29
HSL 58.93º 0.27% 0.6% -
HSV(B) 58.93º 0.31% 0.71% -
XYZ 38.58 43.4 25.41 -
YUV 173.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 180 179 124 0 0.01 0.31 0.29 58.93 0.27 0.6
Hex B4 B3 7C 0 1 1F 1D 3B 1B 3C
Octal 264 263 174 0 1 37 35 73 33 74
Binary 10110100 10110011 1111100 0 1 11111 11101 111011 11011 111100

Color Harmonies of #B4B37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B37C

Black with #B4B37C

Text Example


Text Example

White with #B4B37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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