Html Css Color HEX #B3AB68 Gimblet

📋 copy color: '#B3AB68'

red 179 ◦ green 171 ◦ blue 104

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

Shades of Gimblet #B3AB68

Tints of Gimblet #B3AB68

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.67%

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

R = 39.43%
G = 37.67%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B3AB68 (or 0xB3AB68) is known color: Gimblet. HEX triplet: B3, AB and 68. RGB value is (179,171,104). Sum of RGB (Red+Green+Blue) = 179+171+104=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AB68 is #4C5497. Grayscale: #A6A6A6. Windows color (decimal): -5002392 or 6859699. OLE color: 6859699.

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

Color convert

RGB 179 171 104 -
CMYK 0 0.04 0.42 0.30
HSL 53.6º 0.33% 0.55% -
HSV(B) 53.6º 0.42% 0.7% -
XYZ 35.65 39.71 18.88 -
YUV 165.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 179 171 104 0 0.04 0.42 0.30 53.6 0.33 0.55
Hex B3 AB 68 0 4 2A 1E 36 21 37
Octal 263 253 150 0 4 52 36 66 41 67
Binary 10110011 10101011 1101000 0 100 101010 11110 110110 100001 110111

Color Harmonies of #B3AB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AB68

Black with #B3AB68

Text Example


Text Example

White with #B3AB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AB68; }

 p { color: rgb(179,171,104); }

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

background-color css

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

 a { background-color: rgb(179,171,104); }

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

border-color css

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

 span { border-color: rgb(179,171,104); }

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