Html Css Color HEX #B7AE5D Gimblet

📋 copy color: '#B7AE5D'

red 183 ◦ green 174 ◦ blue 93

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

Shades of Gimblet #B7AE5D

Tints of Gimblet #B7AE5D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.67%

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

R = 40.67%
G = 38.67%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7AE5D (or 0xB7AE5D) is known color: Gimblet. HEX triplet: B7, AE and 5D. RGB value is (183,174,93). Sum of RGB (Red+Green+Blue) = 183+174+93=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AE5D is #4851A2. Grayscale: #A7A7A7. Windows color (decimal): -4739491 or 6139575. OLE color: 6139575.

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

Color convert

RGB 183 174 93 -
CMYK 0 0.05 0.49 0.28
HSL 54º 0.38% 0.54% -
HSV(B) 54º 0.49% 0.72% -
XYZ 36.64 41.13 16.36 -
YUV 167.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 183 174 93 0 0.05 0.49 0.28 54 0.38 0.54
Hex B7 AE 5D 0 5 31 1C 36 26 36
Octal 267 256 135 0 5 61 34 66 46 66
Binary 10110111 10101110 1011101 0 101 110001 11100 110110 100110 110110

Color Harmonies of #B7AE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AE5D

Black with #B7AE5D

Text Example


Text Example

White with #B7AE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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