Html Css Color HEX #B8A856 Gimblet

📋 copy color: '#B8A856'

red 184 ◦ green 168 ◦ blue 86

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

Shades of Gimblet #B8A856

Tints of Gimblet #B8A856

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.36%

 BLUE value IS 86 (33.98% from 255) = 19.63%

R = 42.01%
G = 38.36%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B8A856 (or 0xB8A856) is known color: Gimblet. HEX triplet: B8, A8 and 56. RGB value is (184,168,86). Sum of RGB (Red+Green+Blue) = 184+168+86=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A856 is #4757A9. Grayscale: #A3A3A3. Windows color (decimal): -4675498 or 5679288. OLE color: 5679288.

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

Color convert

RGB 184 168 86 -
CMYK 0 0.09 0.53 0.28
HSL 50.2º 0.41% 0.53% -
HSV(B) 50.2º 0.53% 0.72% -
XYZ 35.45 38.87 14.44 -
YUV 163.44 84.3 142.67 -
System Red Green Blue C M Y K H S L
Decimal 184 168 86 0 0.09 0.53 0.28 50.2 0.41 0.53
Hex B8 A8 56 0 9 35 1C 32 29 35
Octal 270 250 126 0 11 65 34 62 51 65
Binary 10111000 10101000 1010110 0 1001 110101 11100 110010 101001 110101

Color Harmonies of #B8A856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A856

Black with #B8A856

Text Example


Text Example

White with #B8A856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A856; }

 p { color: rgb(184,168,86); }

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

background-color css

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

 a { background-color: rgb(184,168,86); }

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

border-color css

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

 span { border-color: rgb(184,168,86); }

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