Html Css Color HEX #B7A35C Gimblet

📋 copy color: '#B7A35C'

red 183 ◦ green 163 ◦ blue 92

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

Shades of Gimblet #B7A35C

Tints of Gimblet #B7A35C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.21%

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

R = 41.78%
G = 37.21%
B = 21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7A35C (or 0xB7A35C) is known color: Gimblet. HEX triplet: B7, A3 and 5C. RGB value is (183,163,92). Sum of RGB (Red+Green+Blue) = 183+163+92=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A35C is #485CA3. Grayscale: #A1A1A1. Windows color (decimal): -4742308 or 6071223. OLE color: 6071223.

HSL color Cylindrical-coordinate representation of color #B7A35C: hue angle of 46.81º 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 #B7A35C is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 163 92 -
CMYK 0 0.11 0.50 0.28
HSL 46.81º 0.39% 0.54% -
HSV(B) 46.81º 0.5% 0.72% -
XYZ 34.56 37.03 15.45 -
YUV 160.89 89.13 143.77 -
System Red Green Blue C M Y K H S L
Decimal 183 163 92 0 0.11 0.50 0.28 46.81 0.39 0.54
Hex B7 A3 5C 0 B 32 1C 2F 27 36
Octal 267 243 134 0 13 62 34 57 47 66
Binary 10110111 10100011 1011100 0 1011 110010 11100 101111 100111 110110

Color Harmonies of #B7A35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A35C

Black with #B7A35C

Text Example


Text Example

White with #B7A35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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