Html Css Color HEX #B7AF5E Gimblet

📋 copy color: '#B7AF5E'

red 183 ◦ green 175 ◦ blue 94

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

Shades of Gimblet #B7AF5E

Tints of Gimblet #B7AF5E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.72%

 BLUE value IS 94 (37.11% from 255) = 20.8%

R = 40.49%
G = 38.72%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7AF5E (or 0xB7AF5E) is known color: Gimblet. HEX triplet: B7, AF and 5E. RGB value is (183,175,94). Sum of RGB (Red+Green+Blue) = 183+175+94=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF5E is #4850A1. Grayscale: #A8A8A8. Windows color (decimal): -4739234 or 6205367. OLE color: 6205367.

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

Color convert

RGB 183 175 94 -
CMYK 0 0.04 0.49 0.28
HSL 54.61º 0.38% 0.54% -
HSV(B) 54.61º 0.49% 0.72% -
XYZ 36.88 41.54 16.66 -
YUV 168.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 183 175 94 0 0.04 0.49 0.28 54.61 0.38 0.54
Hex B7 AF 5E 0 4 31 1C 37 26 36
Octal 267 257 136 0 4 61 34 67 46 66
Binary 10110111 10101111 1011110 0 100 110001 11100 110111 100110 110110

Color Harmonies of #B7AF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF5E

Black with #B7AF5E

Text Example


Text Example

White with #B7AF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF5E; }

 p { color: rgb(183,175,94); }

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

background-color css

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

 a { background-color: rgb(183,175,94); }

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

border-color css

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

 span { border-color: rgb(183,175,94); }

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