Html Css Color HEX #B8A55C Gimblet

📋 copy color: '#B8A55C'

red 184 ◦ green 165 ◦ blue 92

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

Shades of Gimblet #B8A55C

Tints of Gimblet #B8A55C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.41%

 BLUE value IS 92 (36.33% from 255) = 20.86%

R = 41.72%
G = 37.41%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B8A55C (or 0xB8A55C) is known color: Gimblet. HEX triplet: B8, A5 and 5C. RGB value is (184,165,92). Sum of RGB (Red+Green+Blue) = 184+165+92=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A55C is #475AA3. Grayscale: #A2A2A2. Windows color (decimal): -4676260 or 6071736. OLE color: 6071736.

HSL color Cylindrical-coordinate representation of color #B8A55C: hue angle of 47.61º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8A55C is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 165 92 -
CMYK 0 0.10 0.50 0.28
HSL 47.61º 0.39% 0.54% -
HSV(B) 47.61º 0.5% 0.72% -
XYZ 35.15 37.87 15.58 -
YUV 162.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 184 165 92 0 0.10 0.50 0.28 47.61 0.39 0.54
Hex B8 A5 5C 0 A 32 1C 30 27 36
Octal 270 245 134 0 12 62 34 60 47 66
Binary 10111000 10100101 1011100 0 1010 110010 11100 110000 100111 110110

Color Harmonies of #B8A55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A55C

Black with #B8A55C

Text Example


Text Example

White with #B8A55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A55C; }

 p { color: rgb(184,165,92); }

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

background-color css

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

 a { background-color: rgb(184,165,92); }

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

border-color css

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

 span { border-color: rgb(184,165,92); }

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