Html Css Color HEX #BDAE68 Gimblet

📋 copy color: '#BDAE68'

red 189 ◦ green 174 ◦ blue 104

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

Shades of Gimblet #BDAE68

Tints of Gimblet #BDAE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.27%

R = 40.47%
G = 37.26%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BDAE68 (or 0xBDAE68) is known color: Gimblet. HEX triplet: BD, AE and 68. RGB value is (189,174,104). Sum of RGB (Red+Green+Blue) = 189+174+104=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE68 is #425197. Grayscale: #AAAAAA. Windows color (decimal): -4346264 or 6860477. OLE color: 6860477.

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

Color convert

RGB 189 174 104 -
CMYK 0 0.08 0.45 0.26
HSL 49.41º 0.39% 0.57% -
HSV(B) 49.41º 0.45% 0.74% -
XYZ 38.62 42.09 19.19 -
YUV 170.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 189 174 104 0 0.08 0.45 0.26 49.41 0.39 0.57
Hex BD AE 68 0 8 2D 1A 31 27 39
Octal 275 256 150 0 10 55 32 61 47 71
Binary 10111101 10101110 1101000 0 1000 101101 11010 110001 100111 111001

Color Harmonies of #BDAE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE68

Black with #BDAE68

Text Example


Text Example

White with #BDAE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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