Html Css Color HEX #B7A15D Gimblet

📋 copy color: '#B7A15D'

red 183 ◦ green 161 ◦ blue 93

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

Shades of Gimblet #B7A15D

Tints of Gimblet #B7A15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.28%

R = 41.88%
G = 36.84%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7A15D (or 0xB7A15D) is known color: Gimblet. HEX triplet: B7, A1 and 5D. RGB value is (183,161,93). Sum of RGB (Red+Green+Blue) = 183+161+93=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A15D is #485EA2. Grayscale: #A0A0A0. Windows color (decimal): -4742819 or 6136247. OLE color: 6136247.

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

Color convert

RGB 183 161 93 -
CMYK 0 0.12 0.49 0.28
HSL 45.33º 0.38% 0.54% -
HSV(B) 45.33º 0.49% 0.72% -
XYZ 34.25 36.35 15.57 -
YUV 159.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 183 161 93 0 0.12 0.49 0.28 45.33 0.38 0.54
Hex B7 A1 5D 0 C 31 1C 2D 26 36
Octal 267 241 135 0 14 61 34 55 46 66
Binary 10110111 10100001 1011101 0 1100 110001 11100 101101 100110 110110

Color Harmonies of #B7A15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A15D

Black with #B7A15D

Text Example


Text Example

White with #B7A15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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