Html Css Color HEX #B4B972 Pine Glade

📋 copy color: '#B4B972'

red 180 ◦ green 185 ◦ blue 114

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

Shades of Pine Glade #B4B972

Tints of Pine Glade #B4B972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.62%

 BLUE value IS 114 (44.92% from 255) = 23.8%

R = 37.58%
G = 38.62%
B = 23.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B4B972 (or 0xB4B972) is known color: Pine Glade. HEX triplet: B4, B9 and 72. RGB value is (180,185,114). Sum of RGB (Red+Green+Blue) = 180+185+114=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B972 is #4B468D. Grayscale: #AFAFAF. Windows color (decimal): -4933262 or 7518644. OLE color: 7518644.

HSL color Cylindrical-coordinate representation of color #B4B972: hue angle of 64.23º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4B972 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 185 114 -
CMYK 0.03 0 0.38 0.27
HSL 64.23º 0.34% 0.59% -
HSV(B) 64.23º 0.38% 0.73% -
XYZ 39.21 45.62 22.66 -
YUV 175.41 93.34 131.27 -
System Red Green Blue C M Y K H S L
Decimal 180 185 114 0.03 0 0.38 0.27 64.23 0.34 0.59
Hex B4 B9 72 3 0 26 1B 40 22 3B
Octal 264 271 162 3 0 46 33 100 42 73
Binary 10110100 10111001 1110010 11 0 100110 11011 1000000 100010 111011

Color Harmonies of #B4B972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B972

Black with #B4B972

Text Example


Text Example

White with #B4B972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B972; }

 p { color: rgb(180,185,114); }

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

background-color css

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

 a { background-color: rgb(180,185,114); }

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

border-color css

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

 span { border-color: rgb(180,185,114); }

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