Html Css Color HEX #B4B67C Pine Glade

📋 copy color: '#B4B67C'

red 180 ◦ green 182 ◦ blue 124

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

Shades of Pine Glade #B4B67C

Tints of Pine Glade #B4B67C

RGB

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

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

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

R = 37.04%
G = 37.45%
B = 25.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4B67C (or 0xB4B67C) is known color: Pine Glade. HEX triplet: B4, B6 and 7C. RGB value is (180,182,124). Sum of RGB (Red+Green+Blue) = 180+182+124=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B67C is #4B4983. Grayscale: #AFAFAF. Windows color (decimal): -4934020 or 8173236. OLE color: 8173236.

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

Color convert

RGB 180 182 124 -
CMYK 0.01 0 0.32 0.29
HSL 62.07º 0.28% 0.6% -
HSV(B) 62.07º 0.32% 0.71% -
XYZ 39.19 44.61 25.61 -
YUV 174.79 99.34 131.72 -
System Red Green Blue C M Y K H S L
Decimal 180 182 124 0.01 0 0.32 0.29 62.07 0.28 0.6
Hex B4 B6 7C 1 0 20 1D 3E 1C 3C
Octal 264 266 174 1 0 40 35 76 34 74
Binary 10110100 10110110 1111100 1 0 100000 11101 111110 11100 111100

Color Harmonies of #B4B67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B67C

Black with #B4B67C

Text Example


Text Example

White with #B4B67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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