Html Css Color HEX #BDA96C Gimblet

📋 copy color: '#BDA96C'

red 189 ◦ green 169 ◦ blue 108

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

Shades of Gimblet #BDA96C

Tints of Gimblet #BDA96C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.27%

 BLUE value IS 108 (42.58% from 255) = 23.18%

R = 40.56%
G = 36.27%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BDA96C (or 0xBDA96C) is known color: Gimblet. HEX triplet: BD, A9 and 6C. RGB value is (189,169,108). Sum of RGB (Red+Green+Blue) = 189+169+108=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA96C is #425693. Grayscale: #A8A8A8. Windows color (decimal): -4347540 or 7121341. OLE color: 7121341.

HSL color Cylindrical-coordinate representation of color #BDA96C: hue angle of 45.19º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDA96C is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 169 108 -
CMYK 0 0.11 0.43 0.26
HSL 45.19º 0.38% 0.58% -
HSV(B) 45.19º 0.43% 0.74% -
XYZ 37.88 40.28 19.97 -
YUV 168.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 189 169 108 0 0.11 0.43 0.26 45.19 0.38 0.58
Hex BD A9 6C 0 B 2B 1A 2D 26 3A
Octal 275 251 154 0 13 53 32 55 46 72
Binary 10111101 10101001 1101100 0 1011 101011 11010 101101 100110 111010

Color Harmonies of #BDA96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA96C

Black with #BDA96C

Text Example


Text Example

White with #BDA96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA96C; }

 p { color: rgb(189,169,108); }

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

background-color css

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

 a { background-color: rgb(189,169,108); }

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

border-color css

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

 span { border-color: rgb(189,169,108); }

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