Html Css Color HEX #BDAB60 Gimblet

📋 copy color: '#BDAB60'

red 189 ◦ green 171 ◦ blue 96

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

Shades of Gimblet #BDAB60

Tints of Gimblet #BDAB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.05%

R = 41.45%
G = 37.5%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BDAB60 (or 0xBDAB60) is known color: Gimblet. HEX triplet: BD, AB and 60. RGB value is (189,171,96). Sum of RGB (Red+Green+Blue) = 189+171+96=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB60 is #42549F. Grayscale: #A8A8A8. Windows color (decimal): -4347040 or 6335421. OLE color: 6335421.

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

Color convert

RGB 189 171 96 -
CMYK 0 0.10 0.49 0.26
HSL 48.39º 0.41% 0.56% -
HSV(B) 48.39º 0.49% 0.74% -
XYZ 37.66 40.79 16.95 -
YUV 167.83 87.46 143.1 -
System Red Green Blue C M Y K H S L
Decimal 189 171 96 0 0.10 0.49 0.26 48.39 0.41 0.56
Hex BD AB 60 0 A 31 1A 30 29 38
Octal 275 253 140 0 12 61 32 60 51 70
Binary 10111101 10101011 1100000 0 1010 110001 11010 110000 101001 111000

Color Harmonies of #BDAB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB60

Black with #BDAB60

Text Example


Text Example

White with #BDAB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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