Html Css Color HEX #BDA85F Gimblet

📋 copy color: '#BDA85F'

red 189 ◦ green 168 ◦ blue 95

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

Shades of Gimblet #BDA85F

Tints of Gimblet #BDA85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.02%

R = 41.81%
G = 37.17%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDA85F (or 0xBDA85F) is known color: Gimblet. HEX triplet: BD, A8 and 5F. RGB value is (189,168,95). Sum of RGB (Red+Green+Blue) = 189+168+95=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA85F is #4257A0. Grayscale: #A6A6A6. Windows color (decimal): -4347809 or 6269117. OLE color: 6269117.

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

Color convert

RGB 189 168 95 -
CMYK 0 0.11 0.50 0.26
HSL 46.6º 0.42% 0.56% -
HSV(B) 46.6º 0.5% 0.74% -
XYZ 37.05 39.65 16.53 -
YUV 165.96 87.96 144.44 -
System Red Green Blue C M Y K H S L
Decimal 189 168 95 0 0.11 0.50 0.26 46.6 0.42 0.56
Hex BD A8 5F 0 B 32 1A 2F 2A 38
Octal 275 250 137 0 13 62 32 57 52 70
Binary 10111101 10101000 1011111 0 1011 110010 11010 101111 101010 111000

Color Harmonies of #BDA85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA85F

Black with #BDA85F

Text Example


Text Example

White with #BDA85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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