Html Css Color HEX #B0A658 Gimblet

📋 copy color: '#B0A658'

red 176 ◦ green 166 ◦ blue 88

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

Shades of Gimblet #B0A658

Tints of Gimblet #B0A658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.47%

R = 40.93%
G = 38.6%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B0A658 (or 0xB0A658) is known color: Gimblet. HEX triplet: B0, A6 and 58. RGB value is (176,166,88). Sum of RGB (Red+Green+Blue) = 176+166+88=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A658 is #4F59A7. Grayscale: #A0A0A0. Windows color (decimal): -5200296 or 5809840. OLE color: 5809840.

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

Color convert

RGB 176 166 88 -
CMYK 0 0.06 0.50 0.31
HSL 53.18º 0.36% 0.52% -
HSV(B) 53.18º 0.5% 0.69% -
XYZ 33.3 37.21 14.66 -
YUV 160.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 176 166 88 0 0.06 0.50 0.31 53.18 0.36 0.52
Hex B0 A6 58 0 6 32 1F 35 24 34
Octal 260 246 130 0 6 62 37 65 44 64
Binary 10110000 10100110 1011000 0 110 110010 11111 110101 100100 110100

Color Harmonies of #B0A658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A658

Black with #B0A658

Text Example


Text Example

White with #B0A658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A658; }

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

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

background-color css

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

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

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

border-color css

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

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

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