Html Css Color HEX #B2A268 Gimblet

📋 copy color: '#B2A268'

red 178 ◦ green 162 ◦ blue 104

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

Shades of Gimblet #B2A268

Tints of Gimblet #B2A268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.49%

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

R = 40.09%
G = 36.49%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B2A268 (or 0xB2A268) is known color: Gimblet. HEX triplet: B2, A2 and 68. RGB value is (178,162,104). Sum of RGB (Red+Green+Blue) = 178+162+104=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A268 is #4D5D97. Grayscale: #A0A0A0. Windows color (decimal): -5070232 or 6857394. OLE color: 6857394.

HSL color Cylindrical-coordinate representation of color #B2A268: hue angle of 47.03º 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 #B2A268 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 162 104 -
CMYK 0 0.09 0.42 0.30
HSL 47.03º 0.32% 0.55% -
HSV(B) 47.03º 0.42% 0.7% -
XYZ 33.78 36.31 18.32 -
YUV 160.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 178 162 104 0 0.09 0.42 0.30 47.03 0.32 0.55
Hex B2 A2 68 0 9 2A 1E 2F 20 37
Octal 262 242 150 0 11 52 36 57 40 67
Binary 10110010 10100010 1101000 0 1001 101010 11110 101111 100000 110111

Color Harmonies of #B2A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A268

Black with #B2A268

Text Example


Text Example

White with #B2A268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A268; }

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

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

background-color css

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

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

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

border-color css

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

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

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