Html Css Color HEX #B4B67D Pine Glade

📋 copy color: '#B4B67D'

red 180 ◦ green 182 ◦ blue 125

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

Shades of Pine Glade #B4B67D

Tints of Pine Glade #B4B67D

RGB

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

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

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

R = 36.96%
G = 37.37%
B = 25.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4B67D (or 0xB4B67D) is known color: Pine Glade. HEX triplet: B4, B6 and 7D. RGB value is (180,182,125). Sum of RGB (Red+Green+Blue) = 180+182+125=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B67D is #4B4982. Grayscale: #AFAFAF. Windows color (decimal): -4934019 or 8238772. OLE color: 8238772.

HSL color Cylindrical-coordinate representation of color #B4B67D: hue angle of 62.11º degrees, saturation: 0.28, 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 #B4B67D is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 182 125 -
CMYK 0.01 0 0.31 0.29
HSL 62.11º 0.28% 0.6% -
HSV(B) 62.11º 0.31% 0.71% -
XYZ 39.25 44.64 25.95 -
YUV 174.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 180 182 125 0.01 0 0.31 0.29 62.11 0.28 0.6
Hex B4 B6 7D 1 0 1F 1D 3E 1C 3C
Octal 264 266 175 1 0 37 35 76 34 74
Binary 10110100 10110110 1111101 1 0 11111 11101 111110 11100 111100

Color Harmonies of #B4B67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B67D

Black with #B4B67D

Text Example


Text Example

White with #B4B67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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