Html Css Color HEX #BDAB65 Gimblet

📋 copy color: '#BDAB65'

red 189 ◦ green 171 ◦ blue 101

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

Shades of Gimblet #BDAB65

Tints of Gimblet #BDAB65

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.09%

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

R = 41%
G = 37.09%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDAB65 (or 0xBDAB65) is known color: Gimblet. HEX triplet: BD, AB and 65. RGB value is (189,171,101). Sum of RGB (Red+Green+Blue) = 189+171+101=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB65 is #42549A. Grayscale: #A8A8A8. Windows color (decimal): -4347035 or 6663101. OLE color: 6663101.

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

Color convert

RGB 189 171 101 -
CMYK 0 0.10 0.47 0.26
HSL 47.73º 0.4% 0.57% -
HSV(B) 47.73º 0.47% 0.74% -
XYZ 37.9 40.88 18.21 -
YUV 168.4 89.96 142.69 -
System Red Green Blue C M Y K H S L
Decimal 189 171 101 0 0.10 0.47 0.26 47.73 0.4 0.57
Hex BD AB 65 0 A 2F 1A 30 28 39
Octal 275 253 145 0 12 57 32 60 50 71
Binary 10111101 10101011 1100101 0 1010 101111 11010 110000 101000 111001

Color Harmonies of #BDAB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB65

Black with #BDAB65

Text Example


Text Example

White with #BDAB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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