Html Css Color HEX #BDA861 Gimblet

📋 copy color: '#BDA861'

red 189 ◦ green 168 ◦ blue 97

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

Shades of Gimblet #BDA861

Tints of Gimblet #BDA861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.37%

R = 41.63%
G = 37%
B = 21.37%

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

#BDA861 (or 0xBDA861) is known color: Gimblet. HEX triplet: BD, A8 and 61. RGB value is (189,168,97). Sum of RGB (Red+Green+Blue) = 189+168+97=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA861 is #42579E. Grayscale: #A6A6A6. Windows color (decimal): -4347807 or 6400189. OLE color: 6400189.

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

Color convert

RGB 189 168 97 -
CMYK 0 0.11 0.49 0.26
HSL 46.3º 0.41% 0.56% -
HSV(B) 46.3º 0.49% 0.74% -
XYZ 37.15 39.69 17.01 -
YUV 166.19 88.96 144.27 -
System Red Green Blue C M Y K H S L
Decimal 189 168 97 0 0.11 0.49 0.26 46.3 0.41 0.56
Hex BD A8 61 0 B 31 1A 2E 29 38
Octal 275 250 141 0 13 61 32 56 51 70
Binary 10111101 10101000 1100001 0 1011 110001 11010 101110 101001 111000

Color Harmonies of #BDA861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA861

Black with #BDA861

Text Example


Text Example

White with #BDA861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA861; }

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

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

background-color css

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

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

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

border-color css

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

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

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