Html Css Color HEX #B0A657 Gimblet

📋 copy color: '#B0A657'

red 176 ◦ green 166 ◦ blue 87

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

Shades of Gimblet #B0A657

Tints of Gimblet #B0A657

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.69%

 BLUE value IS 87 (34.38% from 255) = 20.28%

R = 41.03%
G = 38.69%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B0A657 (or 0xB0A657) is known color: Gimblet. HEX triplet: B0, A6 and 57. RGB value is (176,166,87). Sum of RGB (Red+Green+Blue) = 176+166+87=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A657 is #4F59A8. Grayscale: #A0A0A0. Windows color (decimal): -5200297 or 5744304. OLE color: 5744304.

HSL color Cylindrical-coordinate representation of color #B0A657: hue angle of 53.26º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0A657 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 166 87 -
CMYK 0 0.06 0.51 0.31
HSL 53.26º 0.36% 0.52% -
HSV(B) 53.26º 0.51% 0.69% -
XYZ 33.26 37.19 14.44 -
YUV 159.98 86.81 139.42 -
System Red Green Blue C M Y K H S L
Decimal 176 166 87 0 0.06 0.51 0.31 53.26 0.36 0.52
Hex B0 A6 57 0 6 33 1F 35 24 34
Octal 260 246 127 0 6 63 37 65 44 64
Binary 10110000 10100110 1010111 0 110 110011 11111 110101 100100 110100

Color Harmonies of #B0A657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A657

Black with #B0A657

Text Example


Text Example

White with #B0A657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A657; }

 p { color: rgb(176,166,87); }

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

background-color css

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

 a { background-color: rgb(176,166,87); }

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

border-color css

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

 span { border-color: rgb(176,166,87); }

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