Html Css Color HEX #B3B875 Pine Glade

📋 copy color: '#B3B875'

red 179 ◦ green 184 ◦ blue 117

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

Shades of Pine Glade #B3B875

Tints of Pine Glade #B3B875

RGB

 RED value IS 179 (70.31% from 255) = 37.29%

 GREEN value IS 184 (72.27% from 255) = 38.33%

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

R = 37.29%
G = 38.33%
B = 24.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B3B875 (or 0xB3B875) is known color: Pine Glade. HEX triplet: B3, B8 and 75. RGB value is (179,184,117). Sum of RGB (Red+Green+Blue) = 179+184+117=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B875 is #4C478A. Grayscale: #AFAFAF. Windows color (decimal): -4999051 or 7714995. OLE color: 7714995.

HSL color Cylindrical-coordinate representation of color #B3B875: hue angle of 64.48º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3B875 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 184 117 -
CMYK 0.03 0 0.36 0.28
HSL 64.48º 0.32% 0.59% -
HSV(B) 64.48º 0.36% 0.72% -
XYZ 38.94 45.15 23.49 -
YUV 174.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 179 184 117 0.03 0 0.36 0.28 64.48 0.32 0.59
Hex B3 B8 75 3 0 24 1C 40 20 3B
Octal 263 270 165 3 0 44 34 100 40 73
Binary 10110011 10111000 1110101 11 0 100100 11100 1000000 100000 111011

Color Harmonies of #B3B875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B875

Black with #B3B875

Text Example


Text Example

White with #B3B875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B875; }

 p { color: rgb(179,184,117); }

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

background-color css

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

 a { background-color: rgb(179,184,117); }

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

border-color css

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

 span { border-color: rgb(179,184,117); }

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