Html Css Color HEX #B3A069 Gimblet

📋 copy color: '#B3A069'

red 179 ◦ green 160 ◦ blue 105

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

Shades of Gimblet #B3A069

Tints of Gimblet #B3A069

RGB

 RED value IS 179 (70.31% from 255) = 40.32%

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

 BLUE value IS 105 (41.41% from 255) = 23.65%

R = 40.32%
G = 36.04%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B3A069 (or 0xB3A069) is known color: Gimblet. HEX triplet: B3, A0 and 69. RGB value is (179,160,105). Sum of RGB (Red+Green+Blue) = 179+160+105=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A069 is #4C5F96. Grayscale: #9F9F9F. Windows color (decimal): -5005207 or 6922419. OLE color: 6922419.

HSL color Cylindrical-coordinate representation of color #B3A069: hue angle of 44.59º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3A069 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 160 105 -
CMYK 0 0.11 0.41 0.30
HSL 44.59º 0.33% 0.56% -
HSV(B) 44.59º 0.41% 0.7% -
XYZ 33.71 35.75 18.49 -
YUV 159.41 97.29 141.97 -
System Red Green Blue C M Y K H S L
Decimal 179 160 105 0 0.11 0.41 0.30 44.59 0.33 0.56
Hex B3 A0 69 0 B 29 1E 2D 21 38
Octal 263 240 151 0 13 51 36 55 41 70
Binary 10110011 10100000 1101001 0 1011 101001 11110 101101 100001 111000

Color Harmonies of #B3A069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A069

Black with #B3A069

Text Example


Text Example

White with #B3A069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A069; }

 p { color: rgb(179,160,105); }

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

background-color css

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

 a { background-color: rgb(179,160,105); }

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

border-color css

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

 span { border-color: rgb(179,160,105); }

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