Html Css Color HEX #B8AE59 Gimblet

📋 copy color: '#B8AE59'

red 184 ◦ green 174 ◦ blue 89

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

Shades of Gimblet #B8AE59

Tints of Gimblet #B8AE59

RGB

 RED value IS 184 (72.27% from 255) = 41.16%

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

 BLUE value IS 89 (35.16% from 255) = 19.91%

R = 41.16%
G = 38.93%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B8AE59 (or 0xB8AE59) is known color: Gimblet. HEX triplet: B8, AE and 59. RGB value is (184,174,89). Sum of RGB (Red+Green+Blue) = 184+174+89=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AE59 is #4751A6. Grayscale: #A7A7A7. Windows color (decimal): -4673959 or 5877432. OLE color: 5877432.

HSL color Cylindrical-coordinate representation of color #B8AE59: hue angle of 53.68º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8AE59 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 174 89 -
CMYK 0 0.05 0.52 0.28
HSL 53.68º 0.4% 0.54% -
HSV(B) 53.68º 0.52% 0.72% -
XYZ 36.71 41.18 15.47 -
YUV 167.3 83.81 139.91 -
System Red Green Blue C M Y K H S L
Decimal 184 174 89 0 0.05 0.52 0.28 53.68 0.4 0.54
Hex B8 AE 59 0 5 34 1C 36 28 36
Octal 270 256 131 0 5 64 34 66 50 66
Binary 10111000 10101110 1011001 0 101 110100 11100 110110 101000 110110

Color Harmonies of #B8AE59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AE59

Black with #B8AE59

Text Example


Text Example

White with #B8AE59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AE59; }

 p { color: rgb(184,174,89); }

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

background-color css

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

 a { background-color: rgb(184,174,89); }

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

border-color css

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

 span { border-color: rgb(184,174,89); }

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