Html Css Color HEX #BDA95B Gimblet

📋 copy color: '#BDA95B'

red 189 ◦ green 169 ◦ blue 91

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

Shades of Gimblet #BDA95B

Tints of Gimblet #BDA95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.27%

R = 42.09%
G = 37.64%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BDA95B (or 0xBDA95B) is known color: Gimblet. HEX triplet: BD, A9 and 5B. RGB value is (189,169,91). Sum of RGB (Red+Green+Blue) = 189+169+91=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA95B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA95B is #4256A4. Grayscale: #A6A6A6. Windows color (decimal): -4347557 or 6007229. OLE color: 6007229.

HSL color Cylindrical-coordinate representation of color #BDA95B: hue angle of 47.76º 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 #BDA95B is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 169 91 -
CMYK 0 0.11 0.52 0.26
HSL 47.76º 0.43% 0.55% -
HSV(B) 47.76º 0.52% 0.74% -
XYZ 37.06 39.95 15.66 -
YUV 166.09 85.63 144.34 -
System Red Green Blue C M Y K H S L
Decimal 189 169 91 0 0.11 0.52 0.26 47.76 0.43 0.55
Hex BD A9 5B 0 B 34 1A 30 2B 37
Octal 275 251 133 0 13 64 32 60 53 67
Binary 10111101 10101001 1011011 0 1011 110100 11010 110000 101011 110111

Color Harmonies of #BDA95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA95B

Black with #BDA95B

Text Example


Text Example

White with #BDA95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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