Html Css Color HEX #B7A45F Gimblet

📋 copy color: '#B7A45F'

red 183 ◦ green 164 ◦ blue 95

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

Shades of Gimblet #B7A45F

Tints of Gimblet #B7A45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.49%

R = 41.4%
G = 37.1%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7A45F (or 0xB7A45F) is known color: Gimblet. HEX triplet: B7, A4 and 5F. RGB value is (183,164,95). Sum of RGB (Red+Green+Blue) = 183+164+95=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A45F is #485BA0. Grayscale: #A2A2A2. Windows color (decimal): -4742049 or 6268087. OLE color: 6268087.

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

Color convert

RGB 183 164 95 -
CMYK 0 0.10 0.48 0.28
HSL 47.05º 0.38% 0.55% -
HSV(B) 47.05º 0.48% 0.72% -
XYZ 34.87 37.44 16.22 -
YUV 161.82 90.29 143.11 -
System Red Green Blue C M Y K H S L
Decimal 183 164 95 0 0.10 0.48 0.28 47.05 0.38 0.55
Hex B7 A4 5F 0 A 30 1C 2F 26 37
Octal 267 244 137 0 12 60 34 57 46 67
Binary 10110111 10100100 1011111 0 1010 110000 11100 101111 100110 110111

Color Harmonies of #B7A45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A45F

Black with #B7A45F

Text Example


Text Example

White with #B7A45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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