Html Css Color HEX #B0A56B Gimblet

📋 copy color: '#B0A56B'

red 176 ◦ green 165 ◦ blue 107

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

Shades of Gimblet #B0A56B

Tints of Gimblet #B0A56B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.83%

 BLUE value IS 107 (42.19% from 255) = 23.88%

R = 39.29%
G = 36.83%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0A56B (or 0xB0A56B) is known color: Gimblet. HEX triplet: B0, A5 and 6B. RGB value is (176,165,107). Sum of RGB (Red+Green+Blue) = 176+165+107=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A56B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A56B is #4F5A94. Grayscale: #A1A1A1. Windows color (decimal): -5200533 or 7054768. OLE color: 7054768.

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

Color convert

RGB 176 165 107 -
CMYK 0 0.06 0.39 0.31
HSL 50.43º 0.3% 0.55% -
HSV(B) 50.43º 0.39% 0.69% -
XYZ 34.01 37.2 19.3 -
YUV 161.68 97.14 138.22 -
System Red Green Blue C M Y K H S L
Decimal 176 165 107 0 0.06 0.39 0.31 50.43 0.3 0.55
Hex B0 A5 6B 0 6 27 1F 32 1E 37
Octal 260 245 153 0 6 47 37 62 36 67
Binary 10110000 10100101 1101011 0 110 100111 11111 110010 11110 110111

Color Harmonies of #B0A56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A56B

Black with #B0A56B

Text Example


Text Example

White with #B0A56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A56B; }

 p { color: rgb(176,165,107); }

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

background-color css

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

 a { background-color: rgb(176,165,107); }

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

border-color css

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

 span { border-color: rgb(176,165,107); }

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