Html Css Color HEX #B0B47F Pine Glade

📋 copy color: '#B0B47F'

red 176 ◦ green 180 ◦ blue 127

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

Shades of Pine Glade #B0B47F

Tints of Pine Glade #B0B47F

RGB

 RED value IS 176 (69.14% from 255) = 36.44%

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

 BLUE value IS 127 (50% from 255) = 26.29%

R = 36.44%
G = 37.27%
B = 26.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B0B47F (or 0xB0B47F) is known color: Pine Glade. HEX triplet: B0, B4 and 7F. RGB value is (176,180,127). Sum of RGB (Red+Green+Blue) = 176+180+127=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B47F is #4F4B80. Grayscale: #ACACAC. Windows color (decimal): -5196673 or 8369328. OLE color: 8369328.

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

Color convert

RGB 176 180 127 -
CMYK 0.02 0 0.29 0.29
HSL 64.53º 0.26% 0.6% -
HSV(B) 64.53º 0.29% 0.71% -
XYZ 38.06 43.4 26.45 -
YUV 172.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 176 180 127 0.02 0 0.29 0.29 64.53 0.26 0.6
Hex B0 B4 7F 2 0 1D 1D 41 1A 3C
Octal 260 264 177 2 0 35 35 101 32 74
Binary 10110000 10110100 1111111 10 0 11101 11101 1000001 11010 111100

Color Harmonies of #B0B47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B47F

Black with #B0B47F

Text Example


Text Example

White with #B0B47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B47F; }

 p { color: rgb(176,180,127); }

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

background-color css

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

 a { background-color: rgb(176,180,127); }

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

border-color css

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

 span { border-color: rgb(176,180,127); }

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