Html Css Color HEX #BDAD65 Gimblet

📋 copy color: '#BDAD65'

red 189 ◦ green 173 ◦ blue 101

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

Shades of Gimblet #BDAD65

Tints of Gimblet #BDAD65

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.37%

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

R = 40.82%
G = 37.37%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDAD65 (or 0xBDAD65) is known color: Gimblet. HEX triplet: BD, AD and 65. RGB value is (189,173,101). Sum of RGB (Red+Green+Blue) = 189+173+101=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD65 is #42529A. Grayscale: #A9A9A9. Windows color (decimal): -4346523 or 6663613. OLE color: 6663613.

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

Color convert

RGB 189 173 101 -
CMYK 0 0.08 0.47 0.26
HSL 49.09º 0.4% 0.57% -
HSV(B) 49.09º 0.47% 0.74% -
XYZ 38.28 41.65 18.33 -
YUV 169.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 189 173 101 0 0.08 0.47 0.26 49.09 0.4 0.57
Hex BD AD 65 0 8 2F 1A 31 28 39
Octal 275 255 145 0 10 57 32 61 50 71
Binary 10111101 10101101 1100101 0 1000 101111 11010 110001 101000 111001

Color Harmonies of #BDAD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAD65

Black with #BDAD65

Text Example


Text Example

White with #BDAD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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