Html Css Color HEX #B4B37D Pine Glade

📋 copy color: '#B4B37D'

red 180 ◦ green 179 ◦ blue 125

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

Shades of Pine Glade #B4B37D

Tints of Pine Glade #B4B37D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.98%

 BLUE value IS 125 (49.22% from 255) = 25.83%

R = 37.19%
G = 36.98%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4B37D (or 0xB4B37D) is known color: Pine Glade. HEX triplet: B4, B3 and 7D. RGB value is (180,179,125). Sum of RGB (Red+Green+Blue) = 180+179+125=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B37D is #4B4C82. Grayscale: #ADADAD. Windows color (decimal): -4934787 or 8238004. OLE color: 8238004.

HSL color Cylindrical-coordinate representation of color #B4B37D: hue angle of 58.91º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4B37D is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 179 125 -
CMYK 0 0.01 0.31 0.29
HSL 58.91º 0.27% 0.6% -
HSV(B) 58.91º 0.31% 0.71% -
XYZ 38.64 43.42 25.75 -
YUV 173.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 180 179 125 0 0.01 0.31 0.29 58.91 0.27 0.6
Hex B4 B3 7D 0 1 1F 1D 3B 1B 3C
Octal 264 263 175 0 1 37 35 73 33 74
Binary 10110100 10110011 1111101 0 1 11111 11101 111011 11011 111100

Color Harmonies of #B4B37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B37D

Black with #B4B37D

Text Example


Text Example

White with #B4B37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B37D; }

 p { color: rgb(180,179,125); }

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

background-color css

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

 a { background-color: rgb(180,179,125); }

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

border-color css

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

 span { border-color: rgb(180,179,125); }

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