Html Css Color HEX #BDA966 Gimblet

📋 copy color: '#BDA966'

red 189 ◦ green 169 ◦ blue 102

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

Shades of Gimblet #BDA966

Tints of Gimblet #BDA966

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.74%

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

R = 41.09%
G = 36.74%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDA966 (or 0xBDA966) is known color: Gimblet. HEX triplet: BD, A9 and 66. RGB value is (189,169,102). Sum of RGB (Red+Green+Blue) = 189+169+102=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA966 is #425699. Grayscale: #A7A7A7. Windows color (decimal): -4347546 or 6728125. OLE color: 6728125.

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

Color convert

RGB 189 169 102 -
CMYK 0 0.11 0.46 0.26
HSL 46.21º 0.4% 0.57% -
HSV(B) 46.21º 0.46% 0.74% -
XYZ 37.57 40.15 18.34 -
YUV 167.34 91.13 143.45 -
System Red Green Blue C M Y K H S L
Decimal 189 169 102 0 0.11 0.46 0.26 46.21 0.4 0.57
Hex BD A9 66 0 B 2E 1A 2E 28 39
Octal 275 251 146 0 13 56 32 56 50 71
Binary 10111101 10101001 1100110 0 1011 101110 11010 101110 101000 111001

Color Harmonies of #BDA966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA966

Black with #BDA966

Text Example


Text Example

White with #BDA966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA966; }

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

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

background-color css

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

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

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

border-color css

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

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

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