Html Css Color HEX #BDAF63 Gimblet

📋 copy color: '#BDAF63'

red 189 ◦ green 175 ◦ blue 99

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

Shades of Gimblet #BDAF63

Tints of Gimblet #BDAF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.38%

R = 40.82%
G = 37.8%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BDAF63 (or 0xBDAF63) is known color: Gimblet. HEX triplet: BD, AF and 63. RGB value is (189,175,99). Sum of RGB (Red+Green+Blue) = 189+175+99=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF63 is #42509C. Grayscale: #AAAAAA. Windows color (decimal): -4346013 or 6533053. OLE color: 6533053.

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

Color convert

RGB 189 175 99 -
CMYK 0 0.07 0.48 0.26
HSL 50.67º 0.41% 0.56% -
HSV(B) 50.67º 0.48% 0.74% -
XYZ 38.57 42.38 17.95 -
YUV 170.52 87.64 141.18 -
System Red Green Blue C M Y K H S L
Decimal 189 175 99 0 0.07 0.48 0.26 50.67 0.41 0.56
Hex BD AF 63 0 7 30 1A 33 29 38
Octal 275 257 143 0 7 60 32 63 51 70
Binary 10111101 10101111 1100011 0 111 110000 11010 110011 101001 111000

Color Harmonies of #BDAF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF63

Black with #BDAF63

Text Example


Text Example

White with #BDAF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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