Html Css Color HEX #B8B67E Pine Glade

📋 copy color: '#B8B67E'

red 184 ◦ green 182 ◦ blue 126

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

Shades of Pine Glade #B8B67E

Tints of Pine Glade #B8B67E

RGB

 RED value IS 184 (72.27% from 255) = 37.4%

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

 BLUE value IS 126 (49.61% from 255) = 25.61%

R = 37.4%
G = 36.99%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8B67E (or 0xB8B67E) is known color: Pine Glade. HEX triplet: B8, B6 and 7E. RGB value is (184,182,126). Sum of RGB (Red+Green+Blue) = 184+182+126=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B67E is #474981. Grayscale: #B0B0B0. Windows color (decimal): -4671874 or 8304312. OLE color: 8304312.

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

Color convert

RGB 184 182 126 -
CMYK 0 0.01 0.32 0.28
HSL 57.93º 0.29% 0.61% -
HSV(B) 57.93º 0.32% 0.72% -
XYZ 40.26 45.15 26.33 -
YUV 176.21 99.66 133.55 -
System Red Green Blue C M Y K H S L
Decimal 184 182 126 0 0.01 0.32 0.28 57.93 0.29 0.61
Hex B8 B6 7E 0 1 20 1C 3A 1D 3D
Octal 270 266 176 0 1 40 34 72 35 75
Binary 10111000 10110110 1111110 0 1 100000 11100 111010 11101 111101

Color Harmonies of #B8B67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B67E

Black with #B8B67E

Text Example


Text Example

White with #B8B67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B67E; }

 p { color: rgb(184,182,126); }

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

background-color css

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

 a { background-color: rgb(184,182,126); }

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

border-color css

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

 span { border-color: rgb(184,182,126); }

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