Html Css Color HEX #BDAF56 Gimblet

📋 copy color: '#BDAF56'

red 189 ◦ green 175 ◦ blue 86

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

Shades of Gimblet #BDAF56

Tints of Gimblet #BDAF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.11%

R = 42%
G = 38.89%
B = 19.11%

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

#BDAF56 (or 0xBDAF56) is known color: Gimblet. HEX triplet: BD, AF and 56. RGB value is (189,175,86). Sum of RGB (Red+Green+Blue) = 189+175+86=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF56 is #4250A9. Grayscale: #A9A9A9. Windows color (decimal): -4346026 or 5681085. OLE color: 5681085.

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

Color convert

RGB 189 175 86 -
CMYK 0 0.07 0.54 0.26
HSL 51.84º 0.44% 0.54% -
HSV(B) 51.84º 0.54% 0.74% -
XYZ 38 42.15 14.94 -
YUV 169.04 81.14 142.24 -
System Red Green Blue C M Y K H S L
Decimal 189 175 86 0 0.07 0.54 0.26 51.84 0.44 0.54
Hex BD AF 56 0 7 36 1A 34 2C 36
Octal 275 257 126 0 7 66 32 64 54 66
Binary 10111101 10101111 1010110 0 111 110110 11010 110100 101100 110110

Color Harmonies of #BDAF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF56

Black with #BDAF56

Text Example


Text Example

White with #BDAF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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