Html Css Color HEX #BDAF65 Gimblet

📋 copy color: '#BDAF65'

red 189 ◦ green 175 ◦ blue 101

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

Shades of Gimblet #BDAF65

Tints of Gimblet #BDAF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.72%

R = 40.65%
G = 37.63%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDAF65 (or 0xBDAF65) is known color: Gimblet. HEX triplet: BD, AF and 65. RGB value is (189,175,101). Sum of RGB (Red+Green+Blue) = 189+175+101=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF65 is #42509A. Grayscale: #ABABAB. Windows color (decimal): -4346011 or 6664125. OLE color: 6664125.

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

Color convert

RGB 189 175 101 -
CMYK 0 0.07 0.47 0.26
HSL 50.45º 0.4% 0.57% -
HSV(B) 50.45º 0.47% 0.74% -
XYZ 38.67 42.42 18.46 -
YUV 170.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 189 175 101 0 0.07 0.47 0.26 50.45 0.4 0.57
Hex BD AF 65 0 7 2F 1A 32 28 39
Octal 275 257 145 0 7 57 32 62 50 71
Binary 10111101 10101111 1100101 0 111 101111 11010 110010 101000 111001

Color Harmonies of #BDAF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF65

Black with #BDAF65

Text Example


Text Example

White with #BDAF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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