Html Css Color HEX #BDAE63 Gimblet

📋 copy color: '#BDAE63'

red 189 ◦ green 174 ◦ blue 99

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

Shades of Gimblet #BDAE63

Tints of Gimblet #BDAE63

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.66%

 BLUE value IS 99 (39.06% from 255) = 21.43%

R = 40.91%
G = 37.66%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BDAE63 (or 0xBDAE63) is known color: Gimblet. HEX triplet: BD, AE and 63. RGB value is (189,174,99). Sum of RGB (Red+Green+Blue) = 189+174+99=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE63 is #42519C. Grayscale: #AAAAAA. Windows color (decimal): -4346269 or 6532797. OLE color: 6532797.

HSL color Cylindrical-coordinate representation of color #BDAE63: hue angle of 50º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDAE63 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 174 99 -
CMYK 0 0.08 0.48 0.26
HSL 50º 0.41% 0.56% -
HSV(B) 50º 0.48% 0.74% -
XYZ 38.37 41.99 17.89 -
YUV 169.94 87.97 141.6 -
System Red Green Blue C M Y K H S L
Decimal 189 174 99 0 0.08 0.48 0.26 50 0.41 0.56
Hex BD AE 63 0 8 30 1A 32 29 38
Octal 275 256 143 0 10 60 32 62 51 70
Binary 10111101 10101110 1100011 0 1000 110000 11010 110010 101001 111000

Color Harmonies of #BDAE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE63

Black with #BDAE63

Text Example


Text Example

White with #BDAE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE63; }

 p { color: rgb(189,174,99); }

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

background-color css

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

 a { background-color: rgb(189,174,99); }

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

border-color css

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

 span { border-color: rgb(189,174,99); }

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