Html Css Color HEX #BDAF5E Gimblet

📋 copy color: '#BDAF5E'

red 189 ◦ green 175 ◦ blue 94

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

Shades of Gimblet #BDAF5E

Tints of Gimblet #BDAF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.52%

R = 41.27%
G = 38.21%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDAF5E (or 0xBDAF5E) is known color: Gimblet. HEX triplet: BD, AF and 5E. RGB value is (189,175,94). Sum of RGB (Red+Green+Blue) = 189+175+94=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF5E is #4250A1. Grayscale: #AAAAAA. Windows color (decimal): -4346018 or 6205373. OLE color: 6205373.

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

Color convert

RGB 189 175 94 -
CMYK 0 0.07 0.50 0.26
HSL 51.16º 0.42% 0.55% -
HSV(B) 51.16º 0.5% 0.74% -
XYZ 38.34 42.29 16.73 -
YUV 169.95 85.14 141.59 -
System Red Green Blue C M Y K H S L
Decimal 189 175 94 0 0.07 0.50 0.26 51.16 0.42 0.55
Hex BD AF 5E 0 7 32 1A 33 2A 37
Octal 275 257 136 0 7 62 32 63 52 67
Binary 10111101 10101111 1011110 0 111 110010 11010 110011 101010 110111

Color Harmonies of #BDAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF5E

Black with #BDAF5E

Text Example


Text Example

White with #BDAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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