Html Css Color HEX #BDB060 Gimblet

📋 copy color: '#BDB060'

red 189 ◦ green 176 ◦ blue 96

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

Shades of Gimblet #BDB060

Tints of Gimblet #BDB060

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.18%

 BLUE value IS 96 (37.89% from 255) = 20.82%

R = 41%
G = 38.18%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BDB060 (or 0xBDB060) is known color: Gimblet. HEX triplet: BD, B0 and 60. RGB value is (189,176,96). Sum of RGB (Red+Green+Blue) = 189+176+96=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB060 is #424F9F. Grayscale: #ABABAB. Windows color (decimal): -4345760 or 6336701. OLE color: 6336701.

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

Color convert

RGB 189 176 96 -
CMYK 0 0.07 0.49 0.26
HSL 51.61º 0.41% 0.56% -
HSV(B) 51.61º 0.49% 0.74% -
XYZ 38.62 42.71 17.28 -
YUV 170.77 85.81 141 -
System Red Green Blue C M Y K H S L
Decimal 189 176 96 0 0.07 0.49 0.26 51.61 0.41 0.56
Hex BD B0 60 0 7 31 1A 34 29 38
Octal 275 260 140 0 7 61 32 64 51 70
Binary 10111101 10110000 1100000 0 111 110001 11010 110100 101001 111000

Color Harmonies of #BDB060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB060

Black with #BDB060

Text Example


Text Example

White with #BDB060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB060; }

 p { color: rgb(189,176,96); }

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

background-color css

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

 a { background-color: rgb(189,176,96); }

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

border-color css

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

 span { border-color: rgb(189,176,96); }

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