Html Css Color HEX #B2A068 Gimblet

📋 copy color: '#B2A068'

red 178 ◦ green 160 ◦ blue 104

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

Shades of Gimblet #B2A068

Tints of Gimblet #B2A068

RGB

 RED value IS 178 (69.92% from 255) = 40.27%

 GREEN value IS 160 (62.89% from 255) = 36.2%

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

R = 40.27%
G = 36.2%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B2A068 (or 0xB2A068) is known color: Gimblet. HEX triplet: B2, A0 and 68. RGB value is (178,160,104). Sum of RGB (Red+Green+Blue) = 178+160+104=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A068 is #4D5F97. Grayscale: #9F9F9F. Windows color (decimal): -5070744 or 6856882. OLE color: 6856882.

HSL color Cylindrical-coordinate representation of color #B2A068: hue angle of 45.41º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2A068 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 160 104 -
CMYK 0 0.10 0.42 0.30
HSL 45.41º 0.32% 0.55% -
HSV(B) 45.41º 0.42% 0.7% -
XYZ 33.43 35.61 18.21 -
YUV 159 96.96 141.55 -
System Red Green Blue C M Y K H S L
Decimal 178 160 104 0 0.10 0.42 0.30 45.41 0.32 0.55
Hex B2 A0 68 0 A 2A 1E 2D 20 37
Octal 262 240 150 0 12 52 36 55 40 67
Binary 10110010 10100000 1101000 0 1010 101010 11110 101101 100000 110111

Color Harmonies of #B2A068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A068

Black with #B2A068

Text Example


Text Example

White with #B2A068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A068; }

 p { color: rgb(178,160,104); }

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

background-color css

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

 a { background-color: rgb(178,160,104); }

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

border-color css

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

 span { border-color: rgb(178,160,104); }

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