Html Css Color HEX #B2A863 Gimblet

📋 copy color: '#B2A863'

red 178 ◦ green 168 ◦ blue 99

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

Shades of Gimblet #B2A863

Tints of Gimblet #B2A863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.25%

R = 40%
G = 37.75%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B2A863 (or 0xB2A863) is known color: Gimblet. HEX triplet: B2, A8 and 63. RGB value is (178,168,99). Sum of RGB (Red+Green+Blue) = 178+168+99=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A863 is #4D579C. Grayscale: #A3A3A3. Windows color (decimal): -5068701 or 6531250. OLE color: 6531250.

HSL color Cylindrical-coordinate representation of color #B2A863: hue angle of 52.41º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2A863 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 168 99 -
CMYK 0 0.06 0.44 0.30
HSL 52.41º 0.34% 0.54% -
HSV(B) 52.41º 0.44% 0.7% -
XYZ 34.61 38.37 17.39 -
YUV 163.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 178 168 99 0 0.06 0.44 0.30 52.41 0.34 0.54
Hex B2 A8 63 0 6 2C 1E 34 22 36
Octal 262 250 143 0 6 54 36 64 42 66
Binary 10110010 10101000 1100011 0 110 101100 11110 110100 100010 110110

Color Harmonies of #B2A863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A863

Black with #B2A863

Text Example


Text Example

White with #B2A863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A863; }

 p { color: rgb(178,168,99); }

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

background-color css

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

 a { background-color: rgb(178,168,99); }

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

border-color css

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

 span { border-color: rgb(178,168,99); }

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