Html Css Color HEX #B2A067 Gimblet

📋 copy color: '#B2A067'

red 178 ◦ green 160 ◦ blue 103

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

Shades of Gimblet #B2A067

Tints of Gimblet #B2A067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.36%

R = 40.36%
G = 36.28%
B = 23.36%

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

#B2A067 (or 0xB2A067) is known color: Gimblet. HEX triplet: B2, A0 and 67. RGB value is (178,160,103). Sum of RGB (Red+Green+Blue) = 178+160+103=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A067 is #4D5F98. Grayscale: #9F9F9F. Windows color (decimal): -5070745 or 6791346. OLE color: 6791346.

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

Color convert

RGB 178 160 103 -
CMYK 0 0.10 0.42 0.30
HSL 45.6º 0.33% 0.55% -
HSV(B) 45.6º 0.42% 0.7% -
XYZ 33.38 35.59 17.94 -
YUV 158.88 96.46 141.63 -
System Red Green Blue C M Y K H S L
Decimal 178 160 103 0 0.10 0.42 0.30 45.6 0.33 0.55
Hex B2 A0 67 0 A 2A 1E 2E 21 37
Octal 262 240 147 0 12 52 36 56 41 67
Binary 10110010 10100000 1100111 0 1010 101010 11110 101110 100001 110111

Color Harmonies of #B2A067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A067

Black with #B2A067

Text Example


Text Example

White with #B2A067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A067; }

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

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

background-color css

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

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

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

border-color css

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

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

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