Html Css Color HEX #B4BF7A Pine Glade

📋 copy color: '#B4BF7A'

red 180 ◦ green 191 ◦ blue 122

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

Shades of Pine Glade #B4BF7A

Tints of Pine Glade #B4BF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.75%

R = 36.51%
G = 38.74%
B = 24.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#B4BF7A (or 0xB4BF7A) is known color: Pine Glade. HEX triplet: B4, BF and 7A. RGB value is (180,191,122). Sum of RGB (Red+Green+Blue) = 180+191+122=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF7A is #4B4085. Grayscale: #B4B4B4. Windows color (decimal): -4931718 or 8044468. OLE color: 8044468.

HSL color Cylindrical-coordinate representation of color #B4BF7A: hue angle of 69.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4BF7A is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 191 122 -
CMYK 0.06 0 0.36 0.25
HSL 69.57º 0.35% 0.61% -
HSV(B) 69.57º 0.36% 0.75% -
XYZ 40.97 48.37 25.59 -
YUV 179.85 95.36 128.11 -
System Red Green Blue C M Y K H S L
Decimal 180 191 122 0.06 0 0.36 0.25 69.57 0.35 0.61
Hex B4 BF 7A 6 0 24 19 46 23 3D
Octal 264 277 172 6 0 44 31 106 43 75
Binary 10110100 10111111 1111010 110 0 100100 11001 1000110 100011 111101

Color Harmonies of #B4BF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BF7A

Black with #B4BF7A

Text Example


Text Example

White with #B4BF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BF7A; }

 p { color: rgb(180,191,122); }

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

background-color css

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

 a { background-color: rgb(180,191,122); }

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

border-color css

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

 span { border-color: rgb(180,191,122); }

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