Html Css Color HEX #BDAF60 Gimblet

📋 copy color: '#BDAF60'

red 189 ◦ green 175 ◦ blue 96

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

Shades of Gimblet #BDAF60

Tints of Gimblet #BDAF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.87%

R = 41.09%
G = 38.04%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BDAF60 (or 0xBDAF60) is known color: Gimblet. HEX triplet: BD, AF and 60. RGB value is (189,175,96). Sum of RGB (Red+Green+Blue) = 189+175+96=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF60 is #42509F. Grayscale: #AAAAAA. Windows color (decimal): -4346016 or 6336445. OLE color: 6336445.

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

Color convert

RGB 189 175 96 -
CMYK 0 0.07 0.49 0.26
HSL 50.97º 0.41% 0.56% -
HSV(B) 50.97º 0.49% 0.74% -
XYZ 38.43 42.32 17.21 -
YUV 170.18 86.14 141.42 -
System Red Green Blue C M Y K H S L
Decimal 189 175 96 0 0.07 0.49 0.26 50.97 0.41 0.56
Hex BD AF 60 0 7 31 1A 33 29 38
Octal 275 257 140 0 7 61 32 63 51 70
Binary 10111101 10101111 1100000 0 111 110001 11010 110011 101001 111000

Color Harmonies of #BDAF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF60

Black with #BDAF60

Text Example


Text Example

White with #BDAF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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