Html Css Color HEX #B0A86B Gimblet

📋 copy color: '#B0A86B'

red 176 ◦ green 168 ◦ blue 107

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

Shades of Gimblet #B0A86B

Tints of Gimblet #B0A86B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.25%

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

R = 39.02%
G = 37.25%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0A86B (or 0xB0A86B) is known color: Gimblet. HEX triplet: B0, A8 and 6B. RGB value is (176,168,107). Sum of RGB (Red+Green+Blue) = 176+168+107=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A86B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A86B is #4F5794. Grayscale: #A3A3A3. Windows color (decimal): -5199765 or 7055536. OLE color: 7055536.

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

Color convert

RGB 176 168 107 -
CMYK 0 0.05 0.39 0.31
HSL 53.04º 0.3% 0.55% -
HSV(B) 53.04º 0.39% 0.69% -
XYZ 34.56 38.3 19.48 -
YUV 163.44 96.15 136.96 -
System Red Green Blue C M Y K H S L
Decimal 176 168 107 0 0.05 0.39 0.31 53.04 0.3 0.55
Hex B0 A8 6B 0 5 27 1F 35 1E 37
Octal 260 250 153 0 5 47 37 65 36 67
Binary 10110000 10101000 1101011 0 101 100111 11111 110101 11110 110111

Color Harmonies of #B0A86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A86B

Black with #B0A86B

Text Example


Text Example

White with #B0A86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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