Html Css Color HEX #BDAB6F Gimblet

📋 copy color: '#BDAB6F'

red 189 ◦ green 171 ◦ blue 111

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

Shades of Gimblet #BDAB6F

Tints of Gimblet #BDAB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.57%

R = 40.13%
G = 36.31%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BDAB6F (or 0xBDAB6F) is known color: Gimblet. HEX triplet: BD, AB and 6F. RGB value is (189,171,111). Sum of RGB (Red+Green+Blue) = 189+171+111=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB6F is #425490. Grayscale: #A9A9A9. Windows color (decimal): -4347025 or 7318461. OLE color: 7318461.

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

Color convert

RGB 189 171 111 -
CMYK 0 0.10 0.41 0.26
HSL 46.15º 0.37% 0.59% -
HSV(B) 46.15º 0.41% 0.74% -
XYZ 38.42 41.09 20.95 -
YUV 169.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 189 171 111 0 0.10 0.41 0.26 46.15 0.37 0.59
Hex BD AB 6F 0 A 29 1A 2E 25 3B
Octal 275 253 157 0 12 51 32 56 45 73
Binary 10111101 10101011 1101111 0 1010 101001 11010 101110 100101 111011

Color Harmonies of #BDAB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB6F

Black with #BDAB6F

Text Example


Text Example

White with #BDAB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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