Html Css Color HEX #B2B675 Pine Glade

📋 copy color: '#B2B675'

red 178 ◦ green 182 ◦ blue 117

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

Shades of Pine Glade #B2B675

Tints of Pine Glade #B2B675

RGB

 RED value IS 178 (69.92% from 255) = 37.32%

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

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

R = 37.32%
G = 38.16%
B = 24.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B2B675 (or 0xB2B675) is known color: Pine Glade. HEX triplet: B2, B6 and 75. RGB value is (178,182,117). Sum of RGB (Red+Green+Blue) = 178+182+117=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B675 is #4D498A. Grayscale: #ADADAD. Windows color (decimal): -5065099 or 7714482. OLE color: 7714482.

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

Color convert

RGB 178 182 117 -
CMYK 0.02 0 0.36 0.29
HSL 63.69º 0.31% 0.59% -
HSV(B) 63.69º 0.36% 0.71% -
XYZ 38.3 44.21 23.34 -
YUV 173.39 96.17 131.29 -
System Red Green Blue C M Y K H S L
Decimal 178 182 117 0.02 0 0.36 0.29 63.69 0.31 0.59
Hex B2 B6 75 2 0 24 1D 40 1F 3B
Octal 262 266 165 2 0 44 35 100 37 73
Binary 10110010 10110110 1110101 10 0 100100 11101 1000000 11111 111011

Color Harmonies of #B2B675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B675

Black with #B2B675

Text Example


Text Example

White with #B2B675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B675; }

 p { color: rgb(178,182,117); }

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

background-color css

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

 a { background-color: rgb(178,182,117); }

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

border-color css

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

 span { border-color: rgb(178,182,117); }

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