Html Css Color HEX #B7A45C Gimblet

📋 copy color: '#B7A45C'

red 183 ◦ green 164 ◦ blue 92

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

Shades of Gimblet #B7A45C

Tints of Gimblet #B7A45C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.36%

 BLUE value IS 92 (36.33% from 255) = 20.96%

R = 41.69%
G = 37.36%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7A45C (or 0xB7A45C) is known color: Gimblet. HEX triplet: B7, A4 and 5C. RGB value is (183,164,92). Sum of RGB (Red+Green+Blue) = 183+164+92=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A45C is #485BA3. Grayscale: #A1A1A1. Windows color (decimal): -4742052 or 6071479. OLE color: 6071479.

HSL color Cylindrical-coordinate representation of color #B7A45C: hue angle of 47.47º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7A45C is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 164 92 -
CMYK 0 0.10 0.50 0.28
HSL 47.47º 0.39% 0.54% -
HSV(B) 47.47º 0.5% 0.72% -
XYZ 34.74 37.39 15.51 -
YUV 161.47 88.79 143.35 -
System Red Green Blue C M Y K H S L
Decimal 183 164 92 0 0.10 0.50 0.28 47.47 0.39 0.54
Hex B7 A4 5C 0 A 32 1C 2F 27 36
Octal 267 244 134 0 12 62 34 57 47 66
Binary 10110111 10100100 1011100 0 1010 110010 11100 101111 100111 110110

Color Harmonies of #B7A45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A45C

Black with #B7A45C

Text Example


Text Example

White with #B7A45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A45C; }

 p { color: rgb(183,164,92); }

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

background-color css

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

 a { background-color: rgb(183,164,92); }

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

border-color css

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

 span { border-color: rgb(183,164,92); }

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