Html Css Color HEX #BDA965 Gimblet

📋 copy color: '#BDA965'

red 189 ◦ green 169 ◦ blue 101

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

Shades of Gimblet #BDA965

Tints of Gimblet #BDA965

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.82%

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

R = 41.18%
G = 36.82%
B = 22%

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

#BDA965 (or 0xBDA965) is known color: Gimblet. HEX triplet: BD, A9 and 65. RGB value is (189,169,101). Sum of RGB (Red+Green+Blue) = 189+169+101=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA965 is #42569A. Grayscale: #A7A7A7. Windows color (decimal): -4347547 or 6662589. OLE color: 6662589.

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

Color convert

RGB 189 169 101 -
CMYK 0 0.11 0.47 0.26
HSL 46.36º 0.4% 0.57% -
HSV(B) 46.36º 0.47% 0.74% -
XYZ 37.52 40.13 18.08 -
YUV 167.23 90.63 143.53 -
System Red Green Blue C M Y K H S L
Decimal 189 169 101 0 0.11 0.47 0.26 46.36 0.4 0.57
Hex BD A9 65 0 B 2F 1A 2E 28 39
Octal 275 251 145 0 13 57 32 56 50 71
Binary 10111101 10101001 1100101 0 1011 101111 11010 101110 101000 111001

Color Harmonies of #BDA965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA965

Black with #BDA965

Text Example


Text Example

White with #BDA965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA965; }

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

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

background-color css

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

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

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

border-color css

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

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

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