Html Css Color HEX #BDAE66 Gimblet

📋 copy color: '#BDAE66'

red 189 ◦ green 174 ◦ blue 102

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

Shades of Gimblet #BDAE66

Tints of Gimblet #BDAE66

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.42%

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

R = 40.65%
G = 37.42%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDAE66 (or 0xBDAE66) is known color: Gimblet. HEX triplet: BD, AE and 66. RGB value is (189,174,102). Sum of RGB (Red+Green+Blue) = 189+174+102=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE66 is #425199. Grayscale: #AAAAAA. Windows color (decimal): -4346266 or 6729405. OLE color: 6729405.

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

Color convert

RGB 189 174 102 -
CMYK 0 0.08 0.46 0.26
HSL 49.66º 0.4% 0.57% -
HSV(B) 49.66º 0.46% 0.74% -
XYZ 38.52 42.05 18.66 -
YUV 170.28 89.47 141.35 -
System Red Green Blue C M Y K H S L
Decimal 189 174 102 0 0.08 0.46 0.26 49.66 0.4 0.57
Hex BD AE 66 0 8 2E 1A 32 28 39
Octal 275 256 146 0 10 56 32 62 50 71
Binary 10111101 10101110 1100110 0 1000 101110 11010 110010 101000 111001

Color Harmonies of #BDAE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE66

Black with #BDAE66

Text Example


Text Example

White with #BDAE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE66; }

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

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

background-color css

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

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

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

border-color css

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

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

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