Html Css Color HEX #BDA864 Gimblet

📋 copy color: '#BDA864'

red 189 ◦ green 168 ◦ blue 100

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

Shades of Gimblet #BDA864

Tints of Gimblet #BDA864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.88%

R = 41.36%
G = 36.76%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDA864 (or 0xBDA864) is known color: Gimblet. HEX triplet: BD, A8 and 64. RGB value is (189,168,100). Sum of RGB (Red+Green+Blue) = 189+168+100=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA864 is #42579B. Grayscale: #A6A6A6. Windows color (decimal): -4347804 or 6596797. OLE color: 6596797.

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

Color convert

RGB 189 168 100 -
CMYK 0 0.11 0.47 0.26
HSL 45.84º 0.4% 0.57% -
HSV(B) 45.84º 0.47% 0.74% -
XYZ 37.29 39.74 17.76 -
YUV 166.53 90.46 144.03 -
System Red Green Blue C M Y K H S L
Decimal 189 168 100 0 0.11 0.47 0.26 45.84 0.4 0.57
Hex BD A8 64 0 B 2F 1A 2E 28 39
Octal 275 250 144 0 13 57 32 56 50 71
Binary 10111101 10101000 1100100 0 1011 101111 11010 101110 101000 111001

Color Harmonies of #BDA864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA864

Black with #BDA864

Text Example


Text Example

White with #BDA864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA864; }

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

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

background-color css

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

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

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

border-color css

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

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

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