Html Css Color HEX #BDAC6C Gimblet

📋 copy color: '#BDAC6C'

red 189 ◦ green 172 ◦ blue 108

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

Shades of Gimblet #BDAC6C

Tints of Gimblet #BDAC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.03%

R = 40.3%
G = 36.67%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BDAC6C (or 0xBDAC6C) is known color: Gimblet. HEX triplet: BD, AC and 6C. RGB value is (189,172,108). Sum of RGB (Red+Green+Blue) = 189+172+108=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC6C is #425393. Grayscale: #AAAAAA. Windows color (decimal): -4346772 or 7122109. OLE color: 7122109.

HSL color Cylindrical-coordinate representation of color #BDAC6C: hue angle of 47.41º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDAC6C is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 172 108 -
CMYK 0 0.09 0.43 0.26
HSL 47.41º 0.38% 0.58% -
HSV(B) 47.41º 0.43% 0.74% -
XYZ 38.45 41.41 20.15 -
YUV 169.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 189 172 108 0 0.09 0.43 0.26 47.41 0.38 0.58
Hex BD AC 6C 0 9 2B 1A 2F 26 3A
Octal 275 254 154 0 11 53 32 57 46 72
Binary 10111101 10101100 1101100 0 1001 101011 11010 101111 100110 111010

Color Harmonies of #BDAC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC6C

Black with #BDAC6C

Text Example


Text Example

White with #BDAC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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