Html Css Color HEX #BDA860 Gimblet

📋 copy color: '#BDA860'

red 189 ◦ green 168 ◦ blue 96

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

Shades of Gimblet #BDA860

Tints of Gimblet #BDA860

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.09%

 BLUE value IS 96 (37.89% from 255) = 21.19%

R = 41.72%
G = 37.09%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BDA860 (or 0xBDA860) is known color: Gimblet. HEX triplet: BD, A8 and 60. RGB value is (189,168,96). Sum of RGB (Red+Green+Blue) = 189+168+96=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA860 is #42579F. Grayscale: #A6A6A6. Windows color (decimal): -4347808 or 6334653. OLE color: 6334653.

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

Color convert

RGB 189 168 96 -
CMYK 0 0.11 0.49 0.26
HSL 46.45º 0.41% 0.56% -
HSV(B) 46.45º 0.49% 0.74% -
XYZ 37.1 39.67 16.77 -
YUV 166.07 88.46 144.35 -
System Red Green Blue C M Y K H S L
Decimal 189 168 96 0 0.11 0.49 0.26 46.45 0.41 0.56
Hex BD A8 60 0 B 31 1A 2E 29 38
Octal 275 250 140 0 13 61 32 56 51 70
Binary 10111101 10101000 1100000 0 1011 110001 11010 101110 101001 111000

Color Harmonies of #BDA860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA860

Black with #BDA860

Text Example


Text Example

White with #BDA860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA860; }

 p { color: rgb(189,168,96); }

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

background-color css

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

 a { background-color: rgb(189,168,96); }

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

border-color css

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

 span { border-color: rgb(189,168,96); }

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