Html Css Color HEX #BDAB66 Gimblet

📋 copy color: '#BDAB66'

red 189 ◦ green 171 ◦ blue 102

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

Shades of Gimblet #BDAB66

Tints of Gimblet #BDAB66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.08%

R = 40.91%
G = 37.01%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDAB66 (or 0xBDAB66) is known color: Gimblet. HEX triplet: BD, AB and 66. RGB value is (189,171,102). Sum of RGB (Red+Green+Blue) = 189+171+102=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB66 is #425499. Grayscale: #A8A8A8. Windows color (decimal): -4347034 or 6728637. OLE color: 6728637.

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

Color convert

RGB 189 171 102 -
CMYK 0 0.10 0.46 0.26
HSL 47.59º 0.4% 0.57% -
HSV(B) 47.59º 0.46% 0.74% -
XYZ 37.95 40.9 18.47 -
YUV 168.52 90.46 142.61 -
System Red Green Blue C M Y K H S L
Decimal 189 171 102 0 0.10 0.46 0.26 47.59 0.4 0.57
Hex BD AB 66 0 A 2E 1A 30 28 39
Octal 275 253 146 0 12 56 32 60 50 71
Binary 10111101 10101011 1100110 0 1010 101110 11010 110000 101000 111001

Color Harmonies of #BDAB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB66

Black with #BDAB66

Text Example


Text Example

White with #BDAB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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