Html Css Color HEX #B9B67F Pine Glade

📋 copy color: '#B9B67F'

red 185 ◦ green 182 ◦ blue 127

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

Shades of Pine Glade #B9B67F

Tints of Pine Glade #B9B67F

RGB

 RED value IS 185 (72.66% from 255) = 37.45%

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

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

R = 37.45%
G = 36.84%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9B67F (or 0xB9B67F) is known color: Pine Glade. HEX triplet: B9, B6 and 7F. RGB value is (185,182,127). Sum of RGB (Red+Green+Blue) = 185+182+127=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B67F is #464980. Grayscale: #B0B0B0. Windows color (decimal): -4606337 or 8369849. OLE color: 8369849.

HSL color Cylindrical-coordinate representation of color #B9B67F: hue angle of 56.9º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9B67F is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 182 127 -
CMYK 0 0.02 0.31 0.27
HSL 56.9º 0.29% 0.61% -
HSV(B) 56.9º 0.31% 0.73% -
XYZ 40.57 45.3 26.68 -
YUV 176.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 185 182 127 0 0.02 0.31 0.27 56.9 0.29 0.61
Hex B9 B6 7F 0 2 1F 1B 39 1D 3D
Octal 271 266 177 0 2 37 33 71 35 75
Binary 10111001 10110110 1111111 0 10 11111 11011 111001 11101 111101

Color Harmonies of #B9B67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B67F

Black with #B9B67F

Text Example


Text Example

White with #B9B67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B67F; }

 p { color: rgb(185,182,127); }

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

background-color css

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

 a { background-color: rgb(185,182,127); }

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

border-color css

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

 span { border-color: rgb(185,182,127); }

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