Html Css Color HEX #BDAF68 Gimblet

📋 copy color: '#BDAF68'

red 189 ◦ green 175 ◦ blue 104

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

Shades of Gimblet #BDAF68

Tints of Gimblet #BDAF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.22%

R = 40.38%
G = 37.39%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BDAF68 (or 0xBDAF68) is known color: Gimblet. HEX triplet: BD, AF and 68. RGB value is (189,175,104). Sum of RGB (Red+Green+Blue) = 189+175+104=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF68 is #425097. Grayscale: #ABABAB. Windows color (decimal): -4346008 or 6860733. OLE color: 6860733.

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

Color convert

RGB 189 175 104 -
CMYK 0 0.07 0.45 0.26
HSL 50.12º 0.39% 0.57% -
HSV(B) 50.12º 0.45% 0.74% -
XYZ 38.81 42.48 19.25 -
YUV 171.09 90.14 140.77 -
System Red Green Blue C M Y K H S L
Decimal 189 175 104 0 0.07 0.45 0.26 50.12 0.39 0.57
Hex BD AF 68 0 7 2D 1A 32 27 39
Octal 275 257 150 0 7 55 32 62 47 71
Binary 10111101 10101111 1101000 0 111 101101 11010 110010 100111 111001

Color Harmonies of #BDAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF68

Black with #BDAF68

Text Example


Text Example

White with #BDAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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