Html Css Color HEX #B0AB65 Gimblet

📋 copy color: '#B0AB65'

red 176 ◦ green 171 ◦ blue 101

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

Shades of Gimblet #B0AB65

Tints of Gimblet #B0AB65

RGB

 RED value IS 176 (69.14% from 255) = 39.29%

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

 BLUE value IS 101 (39.84% from 255) = 22.54%

R = 39.29%
G = 38.17%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B0AB65 (or 0xB0AB65) is known color: Gimblet. HEX triplet: B0, AB and 65. RGB value is (176,171,101). Sum of RGB (Red+Green+Blue) = 176+171+101=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB65 is #4F549A. Grayscale: #A4A4A4. Windows color (decimal): -5199003 or 6663088. OLE color: 6663088.

HSL color Cylindrical-coordinate representation of color #B0AB65: hue angle of 56º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0AB65 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 171 101 -
CMYK 0 0.03 0.43 0.31
HSL 56º 0.32% 0.54% -
HSV(B) 56º 0.43% 0.69% -
XYZ 34.82 39.3 18.06 -
YUV 164.52 92.16 136.19 -
System Red Green Blue C M Y K H S L
Decimal 176 171 101 0 0.03 0.43 0.31 56 0.32 0.54
Hex B0 AB 65 0 3 2B 1F 38 20 36
Octal 260 253 145 0 3 53 37 70 40 66
Binary 10110000 10101011 1100101 0 11 101011 11111 111000 100000 110110

Color Harmonies of #B0AB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB65

Black with #B0AB65

Text Example


Text Example

White with #B0AB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB65; }

 p { color: rgb(176,171,101); }

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

background-color css

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

 a { background-color: rgb(176,171,101); }

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

border-color css

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

 span { border-color: rgb(176,171,101); }

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