Html Css Color HEX #B0A757 Gimblet

📋 copy color: '#B0A757'

red 176 ◦ green 167 ◦ blue 87

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

Shades of Gimblet #B0A757

Tints of Gimblet #B0A757

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.84%

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

R = 40.93%
G = 38.84%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B0A757 (or 0xB0A757) is known color: Gimblet. HEX triplet: B0, A7 and 57. RGB value is (176,167,87). Sum of RGB (Red+Green+Blue) = 176+167+87=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A757 is #4F58A8. Grayscale: #A0A0A0. Windows color (decimal): -5200041 or 5744560. OLE color: 5744560.

HSL color Cylindrical-coordinate representation of color #B0A757: hue angle of 53.93º 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 #B0A757 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 167 87 -
CMYK 0 0.05 0.51 0.31
HSL 53.93º 0.36% 0.52% -
HSV(B) 53.93º 0.51% 0.69% -
XYZ 33.44 37.56 14.5 -
YUV 160.57 86.48 139 -
System Red Green Blue C M Y K H S L
Decimal 176 167 87 0 0.05 0.51 0.31 53.93 0.36 0.52
Hex B0 A7 57 0 5 33 1F 36 24 34
Octal 260 247 127 0 5 63 37 66 44 64
Binary 10110000 10100111 1010111 0 101 110011 11111 110110 100100 110100

Color Harmonies of #B0A757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A757

Black with #B0A757

Text Example


Text Example

White with #B0A757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A757; }

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

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

background-color css

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

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

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

border-color css

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

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

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