Html Css Color HEX #B0B775 Pine Glade

📋 copy color: '#B0B775'

red 176 ◦ green 183 ◦ blue 117

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

Shades of Pine Glade #B0B775

Tints of Pine Glade #B0B775

RGB

 RED value IS 176 (69.14% from 255) = 36.97%

 GREEN value IS 183 (71.88% from 255) = 38.45%

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

R = 36.97%
G = 38.45%
B = 24.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B0B775 (or 0xB0B775) is known color: Pine Glade. HEX triplet: B0, B7 and 75. RGB value is (176,183,117). Sum of RGB (Red+Green+Blue) = 176+183+117=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B775 is #4F488A. Grayscale: #ADADAD. Windows color (decimal): -5195915 or 7714736. OLE color: 7714736.

HSL color Cylindrical-coordinate representation of color #B0B775: hue angle of 66.36º degrees, saturation: 0.31, 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 #B0B775 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 183 117 -
CMYK 0.04 0 0.36 0.28
HSL 66.36º 0.31% 0.59% -
HSV(B) 66.36º 0.36% 0.72% -
XYZ 38.05 44.38 23.39 -
YUV 173.38 96.18 129.87 -
System Red Green Blue C M Y K H S L
Decimal 176 183 117 0.04 0 0.36 0.28 66.36 0.31 0.59
Hex B0 B7 75 4 0 24 1C 42 1F 3B
Octal 260 267 165 4 0 44 34 102 37 73
Binary 10110000 10110111 1110101 100 0 100100 11100 1000010 11111 111011

Color Harmonies of #B0B775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B775

Black with #B0B775

Text Example


Text Example

White with #B0B775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B775; }

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

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

background-color css

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

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

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

border-color css

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

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

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