Html Css Color HEX #BDAB61 Gimblet

📋 copy color: '#BDAB61'

red 189 ◦ green 171 ◦ blue 97

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

Shades of Gimblet #BDAB61

Tints of Gimblet #BDAB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.23%

R = 41.36%
G = 37.42%
B = 21.23%

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

#BDAB61 (or 0xBDAB61) is known color: Gimblet. HEX triplet: BD, AB and 61. RGB value is (189,171,97). Sum of RGB (Red+Green+Blue) = 189+171+97=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB61 is #42549E. Grayscale: #A8A8A8. Windows color (decimal): -4347039 or 6400957. OLE color: 6400957.

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

Color convert

RGB 189 171 97 -
CMYK 0 0.10 0.49 0.26
HSL 48.26º 0.41% 0.56% -
HSV(B) 48.26º 0.49% 0.74% -
XYZ 37.71 40.81 17.2 -
YUV 167.95 87.96 143.02 -
System Red Green Blue C M Y K H S L
Decimal 189 171 97 0 0.10 0.49 0.26 48.26 0.41 0.56
Hex BD AB 61 0 A 31 1A 30 29 38
Octal 275 253 141 0 12 61 32 60 51 70
Binary 10111101 10101011 1100001 0 1010 110001 11010 110000 101001 111000

Color Harmonies of #BDAB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB61

Black with #BDAB61

Text Example


Text Example

White with #BDAB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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