Html Css Color HEX #BDAD68 Gimblet

📋 copy color: '#BDAD68'

red 189 ◦ green 173 ◦ blue 104

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

Shades of Gimblet #BDAD68

Tints of Gimblet #BDAD68

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.12%

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

R = 40.56%
G = 37.12%
B = 22.32%

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

#BDAD68 (or 0xBDAD68) is known color: Gimblet. HEX triplet: BD, AD and 68. RGB value is (189,173,104). Sum of RGB (Red+Green+Blue) = 189+173+104=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD68 is #425297. Grayscale: #AAAAAA. Windows color (decimal): -4346520 or 6860221. OLE color: 6860221.

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

Color convert

RGB 189 173 104 -
CMYK 0 0.08 0.45 0.26
HSL 48.71º 0.39% 0.57% -
HSV(B) 48.71º 0.45% 0.74% -
XYZ 38.43 41.71 19.12 -
YUV 169.92 90.8 141.61 -
System Red Green Blue C M Y K H S L
Decimal 189 173 104 0 0.08 0.45 0.26 48.71 0.39 0.57
Hex BD AD 68 0 8 2D 1A 31 27 39
Octal 275 255 150 0 10 55 32 61 47 71
Binary 10111101 10101101 1101000 0 1000 101101 11010 110001 100111 111001

Color Harmonies of #BDAD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAD68

Black with #BDAD68

Text Example


Text Example

White with #BDAD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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