Html Css Color HEX #BDA86D Gimblet

📋 copy color: '#BDA86D'

red 189 ◦ green 168 ◦ blue 109

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

Shades of Gimblet #BDA86D

Tints of Gimblet #BDA86D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.05%

 BLUE value IS 109 (42.97% from 255) = 23.39%

R = 40.56%
G = 36.05%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BDA86D (or 0xBDA86D) is known color: Gimblet. HEX triplet: BD, A8 and 6D. RGB value is (189,168,109). Sum of RGB (Red+Green+Blue) = 189+168+109=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA86D is #425792. Grayscale: #A7A7A7. Windows color (decimal): -4347795 or 7186621. OLE color: 7186621.

HSL color Cylindrical-coordinate representation of color #BDA86D: hue angle of 44.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDA86D is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 168 109 -
CMYK 0 0.11 0.42 0.26
HSL 44.25º 0.38% 0.58% -
HSV(B) 44.25º 0.42% 0.74% -
XYZ 37.75 39.93 20.19 -
YUV 167.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 189 168 109 0 0.11 0.42 0.26 44.25 0.38 0.58
Hex BD A8 6D 0 B 2A 1A 2C 26 3A
Octal 275 250 155 0 13 52 32 54 46 72
Binary 10111101 10101000 1101101 0 1011 101010 11010 101100 100110 111010

Color Harmonies of #BDA86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA86D

Black with #BDA86D

Text Example


Text Example

White with #BDA86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA86D; }

 p { color: rgb(189,168,109); }

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

background-color css

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

 a { background-color: rgb(189,168,109); }

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

border-color css

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

 span { border-color: rgb(189,168,109); }

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