Html Css Color HEX #BDAC68 Gimblet

📋 copy color: '#BDAC68'

red 189 ◦ green 172 ◦ blue 104

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

Shades of Gimblet #BDAC68

Tints of Gimblet #BDAC68

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.99%

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

R = 40.65%
G = 36.99%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BDAC68 (or 0xBDAC68) is known color: Gimblet. HEX triplet: BD, AC and 68. RGB value is (189,172,104). Sum of RGB (Red+Green+Blue) = 189+172+104=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC68 is #425397. Grayscale: #A9A9A9. Windows color (decimal): -4346776 or 6859965. OLE color: 6859965.

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

Color convert

RGB 189 172 104 -
CMYK 0 0.09 0.45 0.26
HSL 48º 0.39% 0.57% -
HSV(B) 48º 0.45% 0.74% -
XYZ 38.24 41.32 19.06 -
YUV 169.33 91.13 142.03 -
System Red Green Blue C M Y K H S L
Decimal 189 172 104 0 0.09 0.45 0.26 48 0.39 0.57
Hex BD AC 68 0 9 2D 1A 30 27 39
Octal 275 254 150 0 11 55 32 60 47 71
Binary 10111101 10101100 1101000 0 1001 101101 11010 110000 100111 111001

Color Harmonies of #BDAC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC68

Black with #BDAC68

Text Example


Text Example

White with #BDAC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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