Html Css Color HEX #BDAB68 Gimblet

📋 copy color: '#BDAB68'

red 189 ◦ green 171 ◦ blue 104

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

Shades of Gimblet #BDAB68

Tints of Gimblet #BDAB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.41%

R = 40.73%
G = 36.85%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BDAB68 (or 0xBDAB68) is known color: Gimblet. HEX triplet: BD, AB and 68. RGB value is (189,171,104). Sum of RGB (Red+Green+Blue) = 189+171+104=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB68 is #425497. Grayscale: #A9A9A9. Windows color (decimal): -4347032 or 6859709. OLE color: 6859709.

HSL color Cylindrical-coordinate representation of color #BDAB68: hue angle of 47.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDAB68 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 171 104 -
CMYK 0 0.10 0.45 0.26
HSL 47.29º 0.39% 0.57% -
HSV(B) 47.29º 0.45% 0.74% -
XYZ 38.05 40.94 18.99 -
YUV 168.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 189 171 104 0 0.10 0.45 0.26 47.29 0.39 0.57
Hex BD AB 68 0 A 2D 1A 2F 27 39
Octal 275 253 150 0 12 55 32 57 47 71
Binary 10111101 10101011 1101000 0 1010 101101 11010 101111 100111 111001

Color Harmonies of #BDAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB68

Black with #BDAB68

Text Example


Text Example

White with #BDAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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