Html Css Color HEX #B2A367 Gimblet

📋 copy color: '#B2A367'

red 178 ◦ green 163 ◦ blue 103

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

Shades of Gimblet #B2A367

Tints of Gimblet #B2A367

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.71%

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

R = 40.09%
G = 36.71%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B2A367 (or 0xB2A367) is known color: Gimblet. HEX triplet: B2, A3 and 67. RGB value is (178,163,103). Sum of RGB (Red+Green+Blue) = 178+163+103=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A367 is #4D5C98. Grayscale: #A0A0A0. Windows color (decimal): -5069977 or 6792114. OLE color: 6792114.

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

Color convert

RGB 178 163 103 -
CMYK 0 0.08 0.42 0.30
HSL 48º 0.33% 0.55% -
HSV(B) 48º 0.42% 0.7% -
XYZ 33.91 36.64 18.12 -
YUV 160.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 178 163 103 0 0.08 0.42 0.30 48 0.33 0.55
Hex B2 A3 67 0 8 2A 1E 30 21 37
Octal 262 243 147 0 10 52 36 60 41 67
Binary 10110010 10100011 1100111 0 1000 101010 11110 110000 100001 110111

Color Harmonies of #B2A367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A367

Black with #B2A367

Text Example


Text Example

White with #B2A367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A367; }

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

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

background-color css

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

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

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

border-color css

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

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

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