Html Css Color HEX #B4B975 Pine Glade

📋 copy color: '#B4B975'

red 180 ◦ green 185 ◦ blue 117

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

Shades of Pine Glade #B4B975

Tints of Pine Glade #B4B975

RGB

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

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

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

R = 37.34%
G = 38.38%
B = 24.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B4B975 (or 0xB4B975) is known color: Pine Glade. HEX triplet: B4, B9 and 75. RGB value is (180,185,117). Sum of RGB (Red+Green+Blue) = 180+185+117=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B975 is #4B468A. Grayscale: #B0B0B0. Windows color (decimal): -4933259 or 7715252. OLE color: 7715252.

HSL color Cylindrical-coordinate representation of color #B4B975: hue angle of 64.41º 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 #B4B975 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 185 117 -
CMYK 0.03 0 0.37 0.27
HSL 64.41º 0.33% 0.59% -
HSV(B) 64.41º 0.37% 0.73% -
XYZ 39.38 45.69 23.57 -
YUV 175.75 94.84 131.03 -
System Red Green Blue C M Y K H S L
Decimal 180 185 117 0.03 0 0.37 0.27 64.41 0.33 0.59
Hex B4 B9 75 3 0 25 1B 40 21 3B
Octal 264 271 165 3 0 45 33 100 41 73
Binary 10110100 10111001 1110101 11 0 100101 11011 1000000 100001 111011

Color Harmonies of #B4B975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B975

Black with #B4B975

Text Example


Text Example

White with #B4B975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B975; }

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

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

background-color css

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

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

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

border-color css

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

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

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