Html Css Color HEX #B8A760 Gimblet

📋 copy color: '#B8A760'

red 184 ◦ green 167 ◦ blue 96

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

Shades of Gimblet #B8A760

Tints of Gimblet #B8A760

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.36%

 BLUE value IS 96 (37.89% from 255) = 21.48%

R = 41.16%
G = 37.36%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B8A760 (or 0xB8A760) is known color: Gimblet. HEX triplet: B8, A7 and 60. RGB value is (184,167,96). Sum of RGB (Red+Green+Blue) = 184+167+96=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A760 is #47589F. Grayscale: #A4A4A4. Windows color (decimal): -4675744 or 6334392. OLE color: 6334392.

HSL color Cylindrical-coordinate representation of color #B8A760: hue angle of 48.41º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8A760 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 167 96 -
CMYK 0 0.09 0.48 0.28
HSL 48.41º 0.38% 0.55% -
HSV(B) 48.41º 0.48% 0.72% -
XYZ 35.7 38.67 16.65 -
YUV 163.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 184 167 96 0 0.09 0.48 0.28 48.41 0.38 0.55
Hex B8 A7 60 0 9 30 1C 30 26 37
Octal 270 247 140 0 11 60 34 60 46 67
Binary 10111000 10100111 1100000 0 1001 110000 11100 110000 100110 110111

Color Harmonies of #B8A760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A760

Black with #B8A760

Text Example


Text Example

White with #B8A760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A760; }

 p { color: rgb(184,167,96); }

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

background-color css

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

 a { background-color: rgb(184,167,96); }

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

border-color css

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

 span { border-color: rgb(184,167,96); }

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