Html Css Color HEX #B4BD7A Pine Glade

📋 copy color: '#B4BD7A'

red 180 ◦ green 189 ◦ blue 122

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

Shades of Pine Glade #B4BD7A

Tints of Pine Glade #B4BD7A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.49%

 BLUE value IS 122 (48.05% from 255) = 24.85%

R = 36.66%
G = 38.49%
B = 24.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#B4BD7A (or 0xB4BD7A) is known color: Pine Glade. HEX triplet: B4, BD and 7A. RGB value is (180,189,122). Sum of RGB (Red+Green+Blue) = 180+189+122=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BD7A is #4B4285. Grayscale: #B2B2B2. Windows color (decimal): -4932230 or 8043956. OLE color: 8043956.

HSL color Cylindrical-coordinate representation of color #B4BD7A: hue angle of 68.06º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4BD7A is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 189 122 -
CMYK 0.05 0 0.35 0.26
HSL 68.06º 0.34% 0.61% -
HSV(B) 68.06º 0.35% 0.74% -
XYZ 40.53 47.5 25.45 -
YUV 178.67 96.02 128.95 -
System Red Green Blue C M Y K H S L
Decimal 180 189 122 0.05 0 0.35 0.26 68.06 0.34 0.61
Hex B4 BD 7A 5 0 23 1A 44 22 3D
Octal 264 275 172 5 0 43 32 104 42 75
Binary 10110100 10111101 1111010 101 0 100011 11010 1000100 100010 111101

Color Harmonies of #B4BD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD7A

Black with #B4BD7A

Text Example


Text Example

White with #B4BD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD7A; }

 p { color: rgb(180,189,122); }

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

background-color css

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

 a { background-color: rgb(180,189,122); }

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

border-color css

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

 span { border-color: rgb(180,189,122); }

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