Html Css Color HEX #B7A164 Gimblet

📋 copy color: '#B7A164'

red 183 ◦ green 161 ◦ blue 100

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

Shades of Gimblet #B7A164

Tints of Gimblet #B7A164

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.26%

 BLUE value IS 100 (39.45% from 255) = 22.52%

R = 41.22%
G = 36.26%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B7A164 (or 0xB7A164) is known color: Gimblet. HEX triplet: B7, A1 and 64. RGB value is (183,161,100). Sum of RGB (Red+Green+Blue) = 183+161+100=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A164 is #485E9B. Grayscale: #A0A0A0. Windows color (decimal): -4742812 or 6594999. OLE color: 6594999.

HSL color Cylindrical-coordinate representation of color #B7A164: hue angle of 44.1º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7A164 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 161 100 -
CMYK 0 0.12 0.45 0.28
HSL 44.1º 0.37% 0.55% -
HSV(B) 44.1º 0.45% 0.72% -
XYZ 34.57 36.48 17.28 -
YUV 160.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 183 161 100 0 0.12 0.45 0.28 44.1 0.37 0.55
Hex B7 A1 64 0 C 2D 1C 2C 25 37
Octal 267 241 144 0 14 55 34 54 45 67
Binary 10110111 10100001 1100100 0 1100 101101 11100 101100 100101 110111

Color Harmonies of #B7A164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A164

Black with #B7A164

Text Example


Text Example

White with #B7A164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A164; }

 p { color: rgb(183,161,100); }

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

background-color css

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

 a { background-color: rgb(183,161,100); }

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

border-color css

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

 span { border-color: rgb(183,161,100); }

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