Html Css Color HEX #BDAF5B Gimblet

📋 copy color: '#BDAF5B'

red 189 ◦ green 175 ◦ blue 91

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

Shades of Gimblet #BDAF5B

Tints of Gimblet #BDAF5B

RGB

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

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

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

R = 41.54%
G = 38.46%
B = 20%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BDAF5B (or 0xBDAF5B) is known color: Gimblet. HEX triplet: BD, AF and 5B. RGB value is (189,175,91). Sum of RGB (Red+Green+Blue) = 189+175+91=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF5B is #4250A4. Grayscale: #A9A9A9. Windows color (decimal): -4346021 or 6008765. OLE color: 6008765.

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

Color convert

RGB 189 175 91 -
CMYK 0 0.07 0.52 0.26
HSL 51.43º 0.43% 0.55% -
HSV(B) 51.43º 0.52% 0.74% -
XYZ 38.2 42.23 16.04 -
YUV 169.61 83.64 141.83 -
System Red Green Blue C M Y K H S L
Decimal 189 175 91 0 0.07 0.52 0.26 51.43 0.43 0.55
Hex BD AF 5B 0 7 34 1A 33 2B 37
Octal 275 257 133 0 7 64 32 63 53 67
Binary 10111101 10101111 1011011 0 111 110100 11010 110011 101011 110111

Color Harmonies of #BDAF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF5B

Black with #BDAF5B

Text Example


Text Example

White with #BDAF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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