Html Css Color HEX #B4BF6E Pine Glade

📋 copy color: '#B4BF6E'

red 180 ◦ green 191 ◦ blue 110

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

Shades of Pine Glade #B4BF6E

Tints of Pine Glade #B4BF6E

RGB

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

 GREEN value IS 191 (75% from 255) = 39.71%

 BLUE value IS 110 (43.36% from 255) = 22.87%

R = 37.42%
G = 39.71%
B = 22.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#B4BF6E (or 0xB4BF6E) is known color: Pine Glade. HEX triplet: B4, BF and 6E. RGB value is (180,191,110). Sum of RGB (Red+Green+Blue) = 180+191+110=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF6E is #4B4091. Grayscale: #B2B2B2. Windows color (decimal): -4931730 or 7258036. OLE color: 7258036.

HSL color Cylindrical-coordinate representation of color #B4BF6E: hue angle of 68.15º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4BF6E is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 191 110 -
CMYK 0.06 0 0.42 0.25
HSL 68.15º 0.39% 0.59% -
HSV(B) 68.15º 0.42% 0.75% -
XYZ 40.27 48.09 21.91 -
YUV 178.48 89.36 129.09 -
System Red Green Blue C M Y K H S L
Decimal 180 191 110 0.06 0 0.42 0.25 68.15 0.39 0.59
Hex B4 BF 6E 6 0 2A 19 44 27 3B
Octal 264 277 156 6 0 52 31 104 47 73
Binary 10110100 10111111 1101110 110 0 101010 11001 1000100 100111 111011

Color Harmonies of #B4BF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BF6E

Black with #B4BF6E

Text Example


Text Example

White with #B4BF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BF6E; }

 p { color: rgb(180,191,110); }

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

background-color css

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

 a { background-color: rgb(180,191,110); }

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

border-color css

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

 span { border-color: rgb(180,191,110); }

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