Html Css Color HEX #BDAB6E Gimblet

📋 copy color: '#BDAB6E'

red 189 ◦ green 171 ◦ blue 110

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

Shades of Gimblet #BDAB6E

Tints of Gimblet #BDAB6E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.38%

 BLUE value IS 110 (43.36% from 255) = 23.4%

R = 40.21%
G = 36.38%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BDAB6E (or 0xBDAB6E) is known color: Gimblet. HEX triplet: BD, AB and 6E. RGB value is (189,171,110). Sum of RGB (Red+Green+Blue) = 189+171+110=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB6E is #425491. Grayscale: #A9A9A9. Windows color (decimal): -4347026 or 7252925. OLE color: 7252925.

HSL color Cylindrical-coordinate representation of color #BDAB6E: hue angle of 46.33º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDAB6E is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 171 110 -
CMYK 0 0.10 0.42 0.26
HSL 46.33º 0.37% 0.59% -
HSV(B) 46.33º 0.42% 0.74% -
XYZ 38.36 41.07 20.66 -
YUV 169.43 94.46 141.96 -
System Red Green Blue C M Y K H S L
Decimal 189 171 110 0 0.10 0.42 0.26 46.33 0.37 0.59
Hex BD AB 6E 0 A 2A 1A 2E 25 3B
Octal 275 253 156 0 12 52 32 56 45 73
Binary 10111101 10101011 1101110 0 1010 101010 11010 101110 100101 111011

Color Harmonies of #BDAB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB6E

Black with #BDAB6E

Text Example


Text Example

White with #BDAB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB6E; }

 p { color: rgb(189,171,110); }

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

background-color css

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

 a { background-color: rgb(189,171,110); }

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

border-color css

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

 span { border-color: rgb(189,171,110); }

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