Html Css Color HEX #BDAE5A Gimblet

📋 copy color: '#BDAE5A'

red 189 ◦ green 174 ◦ blue 90

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

Shades of Gimblet #BDAE5A

Tints of Gimblet #BDAE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.87%

R = 41.72%
G = 38.41%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BDAE5A (or 0xBDAE5A) is known color: Gimblet. HEX triplet: BD, AE and 5A. RGB value is (189,174,90). Sum of RGB (Red+Green+Blue) = 189+174+90=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE5A is #4251A5. Grayscale: #A9A9A9. Windows color (decimal): -4346278 or 5942973. OLE color: 5942973.

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

Color convert

RGB 189 174 90 -
CMYK 0 0.08 0.52 0.26
HSL 50.91º 0.43% 0.55% -
HSV(B) 50.91º 0.52% 0.74% -
XYZ 37.97 41.83 15.75 -
YUV 168.91 83.47 142.33 -
System Red Green Blue C M Y K H S L
Decimal 189 174 90 0 0.08 0.52 0.26 50.91 0.43 0.55
Hex BD AE 5A 0 8 34 1A 33 2B 37
Octal 275 256 132 0 10 64 32 63 53 67
Binary 10111101 10101110 1011010 0 1000 110100 11010 110011 101011 110111

Color Harmonies of #BDAE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE5A

Black with #BDAE5A

Text Example


Text Example

White with #BDAE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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