Html Css Color HEX #B7B975 Pine Glade

📋 copy color: '#B7B975'

red 183 ◦ green 185 ◦ blue 117

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

Shades of Pine Glade #B7B975

Tints of Pine Glade #B7B975

RGB

 RED value IS 183 (71.88% from 255) = 37.73%

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

 BLUE value IS 117 (46.09% from 255) = 24.12%

R = 37.73%
G = 38.14%
B = 24.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B7B975 (or 0xB7B975) is known color: Pine Glade. HEX triplet: B7, B9 and 75. RGB value is (183,185,117). Sum of RGB (Red+Green+Blue) = 183+185+117=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B975 is #48468A. Grayscale: #B0B0B0. Windows color (decimal): -4736651 or 7715255. OLE color: 7715255.

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

Color convert

RGB 183 185 117 -
CMYK 0.01 0 0.37 0.27
HSL 61.76º 0.33% 0.59% -
HSV(B) 61.76º 0.37% 0.73% -
XYZ 40.09 46.05 23.61 -
YUV 176.65 94.34 132.53 -
System Red Green Blue C M Y K H S L
Decimal 183 185 117 0.01 0 0.37 0.27 61.76 0.33 0.59
Hex B7 B9 75 1 0 25 1B 3E 21 3B
Octal 267 271 165 1 0 45 33 76 41 73
Binary 10110111 10111001 1110101 1 0 100101 11011 111110 100001 111011

Color Harmonies of #B7B975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B975

Black with #B7B975

Text Example


Text Example

White with #B7B975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B975; }

 p { color: rgb(183,185,117); }

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

background-color css

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

 a { background-color: rgb(183,185,117); }

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

border-color css

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

 span { border-color: rgb(183,185,117); }

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