Html Css Color HEX #BDAF57 Gimblet

📋 copy color: '#BDAF57'

red 189 ◦ green 175 ◦ blue 87

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

Shades of Gimblet #BDAF57

Tints of Gimblet #BDAF57

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.8%

 BLUE value IS 87 (34.38% from 255) = 19.29%

R = 41.91%
G = 38.8%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BDAF57 (or 0xBDAF57) is known color: Gimblet. HEX triplet: BD, AF and 57. RGB value is (189,175,87). Sum of RGB (Red+Green+Blue) = 189+175+87=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF57 is #4250A8. Grayscale: #A9A9A9. Windows color (decimal): -4346025 or 5746621. OLE color: 5746621.

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

Color convert

RGB 189 175 87 -
CMYK 0 0.07 0.54 0.26
HSL 51.76º 0.44% 0.54% -
HSV(B) 51.76º 0.54% 0.74% -
XYZ 38.04 42.17 15.15 -
YUV 169.15 81.64 142.16 -
System Red Green Blue C M Y K H S L
Decimal 189 175 87 0 0.07 0.54 0.26 51.76 0.44 0.54
Hex BD AF 57 0 7 36 1A 34 2C 36
Octal 275 257 127 0 7 66 32 64 54 66
Binary 10111101 10101111 1010111 0 111 110110 11010 110100 101100 110110

Color Harmonies of #BDAF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF57

Black with #BDAF57

Text Example


Text Example

White with #BDAF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF57; }

 p { color: rgb(189,175,87); }

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

background-color css

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

 a { background-color: rgb(189,175,87); }

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

border-color css

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

 span { border-color: rgb(189,175,87); }

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