Html Css Color HEX #B8A868 Gimblet

📋 copy color: '#B8A868'

red 184 ◦ green 168 ◦ blue 104

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

Shades of Gimblet #B8A868

Tints of Gimblet #B8A868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.81%

R = 40.35%
G = 36.84%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B8A868 (or 0xB8A868) is known color: Gimblet. HEX triplet: B8, A8 and 68. RGB value is (184,168,104). Sum of RGB (Red+Green+Blue) = 184+168+104=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A868 is #475797. Grayscale: #A5A5A5. Windows color (decimal): -4675480 or 6858936. OLE color: 6858936.

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

Color convert

RGB 184 168 104 -
CMYK 0 0.09 0.43 0.28
HSL 48º 0.36% 0.56% -
HSV(B) 48º 0.43% 0.72% -
XYZ 36.27 39.2 18.75 -
YUV 165.49 93.3 141.2 -
System Red Green Blue C M Y K H S L
Decimal 184 168 104 0 0.09 0.43 0.28 48 0.36 0.56
Hex B8 A8 68 0 9 2B 1C 30 24 38
Octal 270 250 150 0 11 53 34 60 44 70
Binary 10111000 10101000 1101000 0 1001 101011 11100 110000 100100 111000

Color Harmonies of #B8A868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A868

Black with #B8A868

Text Example


Text Example

White with #B8A868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A868; }

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

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

background-color css

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

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

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

border-color css

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

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

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