Html Css Color HEX #BDB87A Pine Glade

📋 copy color: '#BDB87A'

red 189 ◦ green 184 ◦ blue 122

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

Shades of Pine Glade #BDB87A

Tints of Pine Glade #BDB87A

RGB

 RED value IS 189 (74.22% from 255) = 38.18%

 GREEN value IS 184 (72.27% from 255) = 37.17%

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

R = 38.18%
G = 37.17%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BDB87A (or 0xBDB87A) is known color: Pine Glade. HEX triplet: BD, B8 and 7A. RGB value is (189,184,122). Sum of RGB (Red+Green+Blue) = 189+184+122=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB87A is #424785. Grayscale: #B2B2B2. Windows color (decimal): -4343686 or 8042685. OLE color: 8042685.

HSL color Cylindrical-coordinate representation of color #BDB87A: hue angle of 55.52º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDB87A is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 184 122 -
CMYK 0 0.03 0.35 0.26
HSL 55.52º 0.34% 0.61% -
HSV(B) 55.52º 0.35% 0.74% -
XYZ 41.64 46.5 25.19 -
YUV 178.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 189 184 122 0 0.03 0.35 0.26 55.52 0.34 0.61
Hex BD B8 7A 0 3 23 1A 38 22 3D
Octal 275 270 172 0 3 43 32 70 42 75
Binary 10111101 10111000 1111010 0 11 100011 11010 111000 100010 111101

Color Harmonies of #BDB87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB87A

Black with #BDB87A

Text Example


Text Example

White with #BDB87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB87A; }

 p { color: rgb(189,184,122); }

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

background-color css

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

 a { background-color: rgb(189,184,122); }

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

border-color css

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

 span { border-color: rgb(189,184,122); }

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