Html Css Color HEX #BDBA7A Pine Glade

📋 copy color: '#BDBA7A'

red 189 ◦ green 186 ◦ blue 122

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

Shades of Pine Glade #BDBA7A

Tints of Pine Glade #BDBA7A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.42%

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

R = 38.03%
G = 37.42%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BDBA7A (or 0xBDBA7A) is known color: Pine Glade. HEX triplet: BD, BA and 7A. RGB value is (189,186,122). Sum of RGB (Red+Green+Blue) = 189+186+122=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA7A is #424585. Grayscale: #B3B3B3. Windows color (decimal): -4343174 or 8043197. OLE color: 8043197.

HSL color Cylindrical-coordinate representation of color #BDBA7A: hue angle of 57.31º 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 #BDBA7A is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 186 122 -
CMYK 0 0.02 0.35 0.26
HSL 57.31º 0.34% 0.61% -
HSV(B) 57.31º 0.35% 0.74% -
XYZ 42.06 47.34 25.33 -
YUV 179.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 189 186 122 0 0.02 0.35 0.26 57.31 0.34 0.61
Hex BD BA 7A 0 2 23 1A 39 22 3D
Octal 275 272 172 0 2 43 32 71 42 75
Binary 10111101 10111010 1111010 0 10 100011 11010 111001 100010 111101

Color Harmonies of #BDBA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA7A

Black with #BDBA7A

Text Example


Text Example

White with #BDBA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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