Html Css Color HEX #BDAC70 Gimblet

📋 copy color: '#BDAC70'

red 189 ◦ green 172 ◦ blue 112

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

Shades of Gimblet #BDAC70

Tints of Gimblet #BDAC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.68%

R = 39.96%
G = 36.36%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BDAC70 (or 0xBDAC70) is known color: Gimblet. HEX triplet: BD, AC and 70. RGB value is (189,172,112). Sum of RGB (Red+Green+Blue) = 189+172+112=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC70 is #42538F. Grayscale: #AAAAAA. Windows color (decimal): -4346768 or 7384253. OLE color: 7384253.

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

Color convert

RGB 189 172 112 -
CMYK 0 0.09 0.41 0.26
HSL 46.75º 0.37% 0.59% -
HSV(B) 46.75º 0.41% 0.74% -
XYZ 38.66 41.49 21.3 -
YUV 170.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 189 172 112 0 0.09 0.41 0.26 46.75 0.37 0.59
Hex BD AC 70 0 9 29 1A 2F 25 3B
Octal 275 254 160 0 11 51 32 57 45 73
Binary 10111101 10101100 1110000 0 1001 101001 11010 101111 100101 111011

Color Harmonies of #BDAC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC70

Black with #BDAC70

Text Example


Text Example

White with #BDAC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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