Html Css Color HEX #B4BC7E Pine Glade

📋 copy color: '#B4BC7E'

red 180 ◦ green 188 ◦ blue 126

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

Shades of Pine Glade #B4BC7E

Tints of Pine Glade #B4BC7E

RGB

 RED value IS 180 (70.7% from 255) = 36.44%

 GREEN value IS 188 (73.83% from 255) = 38.06%

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

R = 36.44%
G = 38.06%
B = 25.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#B4BC7E (or 0xB4BC7E) is known color: Pine Glade. HEX triplet: B4, BC and 7E. RGB value is (180,188,126). Sum of RGB (Red+Green+Blue) = 180+188+126=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BC7E is #4B4381. Grayscale: #B2B2B2. Windows color (decimal): -4932482 or 8305844. OLE color: 8305844.

HSL color Cylindrical-coordinate representation of color #B4BC7E: hue angle of 67.74º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4BC7E is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 188 126 -
CMYK 0.04 0 0.33 0.26
HSL 67.74º 0.32% 0.62% -
HSV(B) 67.74º 0.33% 0.74% -
XYZ 40.57 47.18 26.71 -
YUV 178.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 180 188 126 0.04 0 0.33 0.26 67.74 0.32 0.62
Hex B4 BC 7E 4 0 21 1A 44 20 3E
Octal 264 274 176 4 0 41 32 104 40 76
Binary 10110100 10111100 1111110 100 0 100001 11010 1000100 100000 111110

Color Harmonies of #B4BC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BC7E

Black with #B4BC7E

Text Example


Text Example

White with #B4BC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BC7E; }

 p { color: rgb(180,188,126); }

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

background-color css

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

 a { background-color: rgb(180,188,126); }

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

border-color css

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

 span { border-color: rgb(180,188,126); }

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