Html Css Color HEX #B8AE6C Gimblet

📋 copy color: '#B8AE6C'

red 184 ◦ green 174 ◦ blue 108

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

Shades of Gimblet #B8AE6C

Tints of Gimblet #B8AE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.18%

R = 39.48%
G = 37.34%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8AE6C (or 0xB8AE6C) is known color: Gimblet. HEX triplet: B8, AE and 6C. RGB value is (184,174,108). Sum of RGB (Red+Green+Blue) = 184+174+108=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AE6C is #475193. Grayscale: #A9A9A9. Windows color (decimal): -4673940 or 7122616. OLE color: 7122616.

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

Color convert

RGB 184 174 108 -
CMYK 0 0.05 0.41 0.28
HSL 52.11º 0.35% 0.57% -
HSV(B) 52.11º 0.41% 0.72% -
XYZ 37.61 41.55 20.22 -
YUV 169.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 184 174 108 0 0.05 0.41 0.28 52.11 0.35 0.57
Hex B8 AE 6C 0 5 29 1C 34 23 39
Octal 270 256 154 0 5 51 34 64 43 71
Binary 10111000 10101110 1101100 0 101 101001 11100 110100 100011 111001

Color Harmonies of #B8AE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AE6C

Black with #B8AE6C

Text Example


Text Example

White with #B8AE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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