Html Css Color HEX #BDA958 Gimblet

📋 copy color: '#BDA958'

red 189 ◦ green 169 ◦ blue 88

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

Shades of Gimblet #BDA958

Tints of Gimblet #BDA958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.73%

R = 42.38%
G = 37.89%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BDA958 (or 0xBDA958) is known color: Gimblet. HEX triplet: BD, A9 and 58. RGB value is (189,169,88). Sum of RGB (Red+Green+Blue) = 189+169+88=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA958 is #4256A7. Grayscale: #A6A6A6. Windows color (decimal): -4347560 or 5810621. OLE color: 5810621.

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

Color convert

RGB 189 169 88 -
CMYK 0 0.11 0.53 0.26
HSL 48.12º 0.43% 0.54% -
HSV(B) 48.12º 0.53% 0.74% -
XYZ 36.94 39.9 14.99 -
YUV 165.75 84.13 144.59 -
System Red Green Blue C M Y K H S L
Decimal 189 169 88 0 0.11 0.53 0.26 48.12 0.43 0.54
Hex BD A9 58 0 B 35 1A 30 2B 36
Octal 275 251 130 0 13 65 32 60 53 66
Binary 10111101 10101001 1011000 0 1011 110101 11010 110000 101011 110110

Color Harmonies of #BDA958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA958

Black with #BDA958

Text Example


Text Example

White with #BDA958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA958; }

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

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

background-color css

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

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

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

border-color css

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

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

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