Html Css Color HEX #BDAC65 Gimblet

📋 copy color: '#BDAC65'

red 189 ◦ green 172 ◦ blue 101

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

Shades of Gimblet #BDAC65

Tints of Gimblet #BDAC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.86%

R = 40.91%
G = 37.23%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDAC65 (or 0xBDAC65) is known color: Gimblet. HEX triplet: BD, AC and 65. RGB value is (189,172,101). Sum of RGB (Red+Green+Blue) = 189+172+101=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC65 is #42539A. Grayscale: #A9A9A9. Windows color (decimal): -4346779 or 6663357. OLE color: 6663357.

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

Color convert

RGB 189 172 101 -
CMYK 0 0.09 0.47 0.26
HSL 48.41º 0.4% 0.57% -
HSV(B) 48.41º 0.47% 0.74% -
XYZ 38.09 41.26 18.27 -
YUV 168.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 189 172 101 0 0.09 0.47 0.26 48.41 0.4 0.57
Hex BD AC 65 0 9 2F 1A 30 28 39
Octal 275 254 145 0 11 57 32 60 50 71
Binary 10111101 10101100 1100101 0 1001 101111 11010 110000 101000 111001

Color Harmonies of #BDAC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC65

Black with #BDAC65

Text Example


Text Example

White with #BDAC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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