Html Css Color HEX #BDAF66 Gimblet

📋 copy color: '#BDAF66'

red 189 ◦ green 175 ◦ blue 102

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

Shades of Gimblet #BDAF66

Tints of Gimblet #BDAF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.89%

R = 40.56%
G = 37.55%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDAF66 (or 0xBDAF66) is known color: Gimblet. HEX triplet: BD, AF and 66. RGB value is (189,175,102). Sum of RGB (Red+Green+Blue) = 189+175+102=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF66 is #425099. Grayscale: #ABABAB. Windows color (decimal): -4346010 or 6729661. OLE color: 6729661.

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

Color convert

RGB 189 175 102 -
CMYK 0 0.07 0.46 0.26
HSL 50.34º 0.4% 0.57% -
HSV(B) 50.34º 0.46% 0.74% -
XYZ 38.71 42.44 18.72 -
YUV 170.86 89.14 140.94 -
System Red Green Blue C M Y K H S L
Decimal 189 175 102 0 0.07 0.46 0.26 50.34 0.4 0.57
Hex BD AF 66 0 7 2E 1A 32 28 39
Octal 275 257 146 0 7 56 32 62 50 71
Binary 10111101 10101111 1100110 0 111 101110 11010 110010 101000 111001

Color Harmonies of #BDAF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF66

Black with #BDAF66

Text Example


Text Example

White with #BDAF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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