Html Css Color HEX #B7BF8A Pine Glade

📋 copy color: '#B7BF8A'

red 183 ◦ green 191 ◦ blue 138

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

Shades of Pine Glade #B7BF8A

Tints of Pine Glade #B7BF8A

RGB

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

 GREEN value IS 191 (75% from 255) = 37.3%

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 35.74%
G = 37.3%
B = 26.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#B7BF8A (or 0xB7BF8A) is known color: Pine Glade. HEX triplet: B7, BF and 8A. RGB value is (183,191,138). Sum of RGB (Red+Green+Blue) = 183+191+138=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BF8A is #484075. Grayscale: #B6B6B6. Windows color (decimal): -4735094 or 9093047. OLE color: 9093047.

HSL color Cylindrical-coordinate representation of color #B7BF8A: hue angle of 69.06º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7BF8A is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 191 138 -
CMYK 0.04 0 0.28 0.25
HSL 69.06º 0.29% 0.65% -
HSV(B) 69.06º 0.28% 0.75% -
XYZ 42.75 49.16 31.28 -
YUV 182.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 183 191 138 0.04 0 0.28 0.25 69.06 0.29 0.65
Hex B7 BF 8A 4 0 1C 19 45 1D 41
Octal 267 277 212 4 0 34 31 105 35 101
Binary 10110111 10111111 10001010 100 0 11100 11001 1000101 11101 1000001

Color Harmonies of #B7BF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BF8A

Black with #B7BF8A

Text Example


Text Example

White with #B7BF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BF8A; }

 p { color: rgb(183,191,138); }

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

background-color css

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

 a { background-color: rgb(183,191,138); }

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

border-color css

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

 span { border-color: rgb(183,191,138); }

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