Html Css Color HEX #BDA96E Gimblet

📋 copy color: '#BDA96E'

red 189 ◦ green 169 ◦ blue 110

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

Shades of Gimblet #BDA96E

Tints of Gimblet #BDA96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.5%

R = 40.38%
G = 36.11%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BDA96E (or 0xBDA96E) is known color: Gimblet. HEX triplet: BD, A9 and 6E. RGB value is (189,169,110). Sum of RGB (Red+Green+Blue) = 189+169+110=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA96E is #425691. Grayscale: #A8A8A8. Windows color (decimal): -4347538 or 7252413. OLE color: 7252413.

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

Color convert

RGB 189 169 110 -
CMYK 0 0.11 0.42 0.26
HSL 44.81º 0.37% 0.59% -
HSV(B) 44.81º 0.42% 0.74% -
XYZ 37.99 40.32 20.53 -
YUV 168.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 189 169 110 0 0.11 0.42 0.26 44.81 0.37 0.59
Hex BD A9 6E 0 B 2A 1A 2D 25 3B
Octal 275 251 156 0 13 52 32 55 45 73
Binary 10111101 10101001 1101110 0 1011 101010 11010 101101 100101 111011

Color Harmonies of #BDA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA96E

Black with #BDA96E

Text Example


Text Example

White with #BDA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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