Html Css Color HEX #B3AD65 Gimblet

📋 copy color: '#B3AD65'

red 179 ◦ green 173 ◦ blue 101

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

Shades of Gimblet #B3AD65

Tints of Gimblet #B3AD65

RGB

 RED value IS 179 (70.31% from 255) = 39.51%

 GREEN value IS 173 (67.97% from 255) = 38.19%

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

R = 39.51%
G = 38.19%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B3AD65 (or 0xB3AD65) is known color: Gimblet. HEX triplet: B3, AD and 65. RGB value is (179,173,101). Sum of RGB (Red+Green+Blue) = 179+173+101=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD65 is #4C529A. Grayscale: #A6A6A6. Windows color (decimal): -5001883 or 6663603. OLE color: 6663603.

HSL color Cylindrical-coordinate representation of color #B3AD65: hue angle of 55.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3AD65 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 173 101 -
CMYK 0 0.03 0.44 0.30
HSL 55.38º 0.34% 0.55% -
HSV(B) 55.38º 0.44% 0.7% -
XYZ 35.88 40.41 18.22 -
YUV 166.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 179 173 101 0 0.03 0.44 0.30 55.38 0.34 0.55
Hex B3 AD 65 0 3 2C 1E 37 22 37
Octal 263 255 145 0 3 54 36 67 42 67
Binary 10110011 10101101 1100101 0 11 101100 11110 110111 100010 110111

Color Harmonies of #B3AD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AD65

Black with #B3AD65

Text Example


Text Example

White with #B3AD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AD65; }

 p { color: rgb(179,173,101); }

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

background-color css

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

 a { background-color: rgb(179,173,101); }

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

border-color css

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

 span { border-color: rgb(179,173,101); }

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