Html Css Color HEX #B8AB57 Gimblet

📋 copy color: '#B8AB57'

red 184 ◦ green 171 ◦ blue 87

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

Shades of Gimblet #B8AB57

Tints of Gimblet #B8AB57

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.69%

 BLUE value IS 87 (34.38% from 255) = 19.68%

R = 41.63%
G = 38.69%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B8AB57 (or 0xB8AB57) is known color: Gimblet. HEX triplet: B8, AB and 57. RGB value is (184,171,87). Sum of RGB (Red+Green+Blue) = 184+171+87=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB57 is #4754A8. Grayscale: #A5A5A5. Windows color (decimal): -4674729 or 5745592. OLE color: 5745592.

HSL color Cylindrical-coordinate representation of color #B8AB57: hue angle of 51.96º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8AB57 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 171 87 -
CMYK 0 0.07 0.53 0.28
HSL 51.96º 0.41% 0.53% -
HSV(B) 51.96º 0.53% 0.72% -
XYZ 36.05 40 14.84 -
YUV 165.31 83.81 141.33 -
System Red Green Blue C M Y K H S L
Decimal 184 171 87 0 0.07 0.53 0.28 51.96 0.41 0.53
Hex B8 AB 57 0 7 35 1C 34 29 35
Octal 270 253 127 0 7 65 34 64 51 65
Binary 10111000 10101011 1010111 0 111 110101 11100 110100 101001 110101

Color Harmonies of #B8AB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AB57

Black with #B8AB57

Text Example


Text Example

White with #B8AB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AB57; }

 p { color: rgb(184,171,87); }

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

background-color css

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

 a { background-color: rgb(184,171,87); }

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

border-color css

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

 span { border-color: rgb(184,171,87); }

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