Html Css Color HEX #B7AD6E Gimblet

📋 copy color: '#B7AD6E'

red 183 ◦ green 173 ◦ blue 110

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

Shades of Gimblet #B7AD6E

Tints of Gimblet #B7AD6E

RGB

 RED value IS 183 (71.88% from 255) = 39.27%

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

 BLUE value IS 110 (43.36% from 255) = 23.61%

R = 39.27%
G = 37.12%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7AD6E (or 0xB7AD6E) is known color: Gimblet. HEX triplet: B7, AD and 6E. RGB value is (183,173,110). Sum of RGB (Red+Green+Blue) = 183+173+110=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD6E is #485291. Grayscale: #A9A9A9. Windows color (decimal): -4739730 or 7253431. OLE color: 7253431.

HSL color Cylindrical-coordinate representation of color #B7AD6E: hue angle of 51.78º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7AD6E is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 173 110 -
CMYK 0 0.05 0.40 0.28
HSL 51.78º 0.34% 0.57% -
HSV(B) 51.78º 0.4% 0.72% -
XYZ 37.29 41.08 20.72 -
YUV 168.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 183 173 110 0 0.05 0.40 0.28 51.78 0.34 0.57
Hex B7 AD 6E 0 5 28 1C 34 22 39
Octal 267 255 156 0 5 50 34 64 42 71
Binary 10110111 10101101 1101110 0 101 101000 11100 110100 100010 111001

Color Harmonies of #B7AD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD6E

Black with #B7AD6E

Text Example


Text Example

White with #B7AD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD6E; }

 p { color: rgb(183,173,110); }

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

background-color css

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

 a { background-color: rgb(183,173,110); }

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

border-color css

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

 span { border-color: rgb(183,173,110); }

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